Interface CookieParams
Cookie params.
Constants summary
string |
OPTION_LIFETIME
|
#
'lifetime'
|
string |
OPTION_PATH
|
#
'path'
|
string |
OPTION_DOMAIN
|
#
'domain'
|
string |
OPTION_SECURE
|
#
'secure'
|
string |
OPTION_HTTP_ONLY
|
#
'httponly'
|
integer |
DEFAULT_LIFETIME
|
#
0
|
|
DEFAULT_PATH
|
#
null
|
|
DEFAULT_DOMAIN
|
#
null
|
|
DEFAULT_SECURE
|
#
null
|
|
DEFAULT_HTTP_ONLY
|
#
null
|