Cookie Database Functions Overview

Under HTTP (HyperText Transfer Protocol), cookies are the means by which a server or a script can maintain state information on the client workstation. Silk Performer has implemented a non-persistent cookie database per virtual user for this purpose. WebCookie functions are provided so users can set cookies into, and access them from, the cookie database.

See WebSetCookies to set the size of the cookie database or to disable the use of cookies.

注: The URL provided with the cookie function contains information about three cookie options: domain, secure and path.