Get | Load JSON encodable data from cookies |
GetString | Get a stored session cookie. |
Remove | Removes a cookie from the cache entirely |
Set | Set JSON encodable object to data |
SetString | Set a cookie to be stored between sessions. The cookie will expire one month from when it was set. |
TryGet | |
TryGetString | Get a stored session cookie. |