CookieInformation Data Type
- Available Since
- 1.4-M4
| name | data type | description |
|---|---|---|
| domain | string | |
| path | string | |
| rememberMeEnabled | boolean | |
| secure | string | |
| timeout | string |
Example
{
"path" : "...",
"domain" : "...",
"secure" : "...",
"timeout" : "...",
"rememberMeEnabled" : true
}