Cookie

Name

Cookie — set a global cookie to be set to servers

Synopsis

Cookie name = value [; domain = domurl ] [; path = uri-path ] [; expires = utc date ]

Description

Set a random cookie that will be set as part of the Cookies: header to matching servers. Each Cookie entry defines a single cookie that can contain optional domain , path and expires attributes.

Unlike with regular browsers, Alkaline does not enforce any limitations on the amount of cookies or the length of cookie values. This option also allows to specify a cookie sent to all servers (a cookie without a domain or a path attribute).

For more information about cookies, please refer to the original Netscape specification at http://www.netscape.com/newsref/std/cookie_spec.html .

Example

# (write on one line)
Cookie PARTNUMBER=00000_55555; 
 domain=mydomain.com; 
 path=/; 
 expires=Wednesday, 09-Nov-2000 23:12:40 GMT
Cookie SECTION=third%20floor