sessionCookie {plumber} | R Documentation |
Store session data in encrypted cookies.
sessionCookie(key, name = "plumber", ...)
key |
The secret key to use. This must be consistent across all sessions where you want to save/restore encrypted cookies. It should be a long and complex character string to bolster security. |
name |
The name of the cookie in the user's browser. |
... |
Arguments passed on to the |