dot-validate_http_only: Ensure http_only is valid

.validate_http_onlyR Documentation

Ensure http_only is valid

Description

Ensure http_only is valid

Usage

.validate_http_only(http_only)

Arguments

http_only

Logical indicating whether the cookie should only be sent as part of an HTTP request. When this is FALSE (default), the cookie is accessible to JavaScript via the Document.cookie property.

Value

NULL or TRUE.


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