CyberStore Ecommerce 2023 Documentation
SetCookie Method
View with Navigation Tools Edition
Version
The name of the cookie.
The value of the cookie.
Number of minutes until expires.
Sets a cookie.
Syntax
var value; // Type: any
value = SetCookie(cname, cvalue, mins);

Parameters

cname
The name of the cookie.
cvalue
The value of the cookie.
mins
Number of minutes until expires.