dot-is_http_only: Is this cookie HttpOnly?

.is_http_onlyR Documentation

Is this cookie HttpOnly?

Description

HttpOnly cookies can't be manipulated via javascript.

Usage

.is_http_only(cookie_name, session = shiny::getDefaultReactiveDomain())

Arguments

cookie_name

The cookie to check.

session

Shiny session in which the cookies can be found (the default should probably always be used).

Value

A logical indicating whether cookie_name is http-only.


cookies documentation built on Oct. 3, 2023, 1:07 a.m.