.validate_path {cookies} | R Documentation |
Ensure path is valid
Description
Ensure path is valid
Usage
.validate_path(path)
Arguments
path |
The path that must exist in the requested URL for the browser to send this cookie. Includes subdirectories. |
Value
NULL
or path
as a character.
[Package cookies version 0.2.3 Index]