Display the properties of our current session ID cookie (if there is one):
| Property Name | Value |
|---|---|
| comment | |
| domain | |
| maxAge | |
| name | |
| path | |
| secure | |
| value | |
| version |
Display the properties of an undefined cookie that was given the default
value UNKNOWN_VALUE:
| Property Name | Value |
|---|---|
| comment | |
| domain | |
| maxAge | -1 |
| name | UNKNOWN_COOKIE |
| path | |
| secure | false |
| value | UNKNOWN_VALUE |
| version | 0 |