Class Cookie
Inherits from
-
Object
(base class)
Properties
Name | Type | Description |
---|---|---|
domain | string | |
domain | string | |
expires | string | |
expires | string | |
httpOnly | bool | |
httpOnly | bool | |
maxAge | long | |
maxAge | long | |
path | string | |
path | string | |
secure | bool | |
secure | bool | |
value | string | |
value | string |
Methods
Name | Description |
---|---|
setDomain | |
setExpire | |
setHttpOnly | |
setMaxAge | |
setPath | |
setSecure | |
setValue |
Aliases
Name | Description |
---|---|
isHttpOnly | |
isSecure | Deprecated compatibility aliases |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.