jrCookie
The jrCookie function is for for setting/retrieving/deleting a persistent (i.e.
non session based) Cookie in the viewers browser.
mixed
jrCookie
(string $mode, [array $_val = false], [string $cname = 'JMU_Cookie'])
-
string
$mode: Mode - can be "set", "get" or "destroy"
-
array
$_val: Data to store in Cookie
-
string
$cname: Name of Cookie
|