get(key);
Returns the value of given cookie key
Parameters
| Param | Type | Details |
|---|---|---|
| key | string | Id to use for lookup. |
Returns
string |
Raw cookie value. |
Returns the value of given cookie key
| Param | Type | Details |
|---|---|---|
| key | string | Id to use for lookup. |
string |
Raw cookie value. |
Please login to continue.