Method Html3():setCookie() Professional
Set a cookie.
:setCookie( <cName> , ;
[<cValue>] , ;
[<dExpiryDate>], ;
[<cPath>] , ;
[<cDomain>] ) --> cSetCookie
The method returns the string that will be sent to the client, or Web browser.
The method adds information to a HTML page required to set a cookie on the client side when the HTML page is returned from the package DLL (Server side) to the client.
A cookie remains on the client side until the expiry date is reached. After that date, the cookie is deleted by a Web browser. Once a cookie is set, it can be voided from the server side by setting the cookie again with an expiry date of yesterday.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.