Function: setcookie

Instead of using function header to send a cookie, it's faster and easier to send it with this function. <#cws
@setcookie("Cookie_Name", "Cookie_Value")
#>
You may then get this value with <#cws
@print($COOKIE_Cookie_Name)
#>

See also

header