CyberStore Ecommerce 2023 Documentation
GetCookie Method
The name of the cookie.
Gets a cookie.
Syntax
var value; // Type: any
value = GetCookie(cname);
function GetCookie( 
   cname : any
) : any;

Parameters

cname
The name of the cookie.

Return Value

The value of the cookie, if it has not expired.