CookieInfo¶
| Property | Type | Description |
|---|---|---|
| domain | string | Cookie domain |
| name | string | Cookie name |
| value | string | Cookie value |
| path | string | Cookie path |
| httponly | boolean | Specifies whether this is an HTTP-only cookie |
| secure | boolean | Specifies whether the cookie is SSL/TLS-only cookie |