Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Other
Commands

COOKIE_SET

Set a cookie on the users machine to the specified value.
Number Name Default Type Description
1 name String The name of the cookie to set
2 life 86400 Integer

The life of the cookie in seconds.

The default is 86400 or 1 day.
604800 = 1 Week
2628000 = 1 Month
31536000 = 1 Year

3 value String The value to set
4 path / String The cookie path
5 domin String The cookie domain
to add a Comment.