Cookie
generated from ../src/mod_wxjs/wxjscookie.cppRepresents a cookie.
Constants
Properties
Methods
expires
expires(time)
| Name | Type | Default | Description |
|---|---|---|---|
| time | string |
When null is passed, the expiration is unset (meaning no expires). As argument you can pass a RFC822 date, or an offset that matches the following regular expression: /[+-]?\d+\s*[YMDhms]/.
toString
toString() : String
Returns a string that represents the cookie as it would appear in a valid "Set-Cookie*" header.

© 2002 - 2007 Franky Braem.