Returns a cookie's name, path, value and expiry date, which was sent as a part of an HTTP request. (Cookie Collection, Read
Request.Cookies(CookieName)(Key).Property = Value
Request.Cookies.Item(CookieName).SubItem(Key).Property = Value
It is recommended that you use the helper_js.csp file for cross
Optional string value for the name of the cookie you wish to access. If you do not include this, you will access one of the properties listed in the Cookie Collection Properties.
Optional string. If this is specified the cookie becomes a dictionary. See Remarks.
Optional name of the property you wish to access. Note that this is not a variable. It may be one of the properties listed in Cookie Property Values.
The value of the cookie's property depends on the property.
If you do not specify a key for the cookie, all keys are returned as a single string.
Consult the tables for Cookie Property Values and Cookie Collection Properties for more information.
A client can only store a maximum of 20 cookies per server or domain with a maximum size of 4KB per cookie.
Property | Description |
---|---|
A cookie in the collection. Access using |
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |