Syntax
| Cookie.{property}
|
---|---|
Description
| Use the Cookie Object to manage cookies. Cookies are passed between client and server in the header of the request or response.
An HTTP cookie is a mechanism for storing a small amount of data on the client. When the client makes subsequent requests, the data in each cookie is sent back to the server. Refer to RFC 2109 for more information on cookies.
Listed below are the methods and/or properties for the Cookie object:
|
See Also
|