.is_http_only | R Documentation |
HttpOnly cookies can't be manipulated via javascript.
.is_http_only(cookie_name, session = shiny::getDefaultReactiveDomain())
cookie_name |
The cookie to check. |
session |
Shiny session in which the cookies can be found (the default should probably always be used). |
A logical indicating whether cookie_name
is http-only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.