Cookie Tools |
Sets a cookie
function vsk_cookie_set( name, value, time, path )
Return value of a cookie variable
function vsk_cookie_get( name )
Creates and returns a list of all the cookies in the document in object form
function vsk_cookie_list()
Delete a cookie variable
function vsk_cookie_unset( name )