.validate_domain {cookies} | R Documentation |
Ensure domain is valid
Description
Ensure domain is valid
Usage
.validate_domain(domain)
Arguments
domain |
The host to which the cookie will be sent (including
subdomains). If this is |
Value
NULL
or domain
as a character.
[Package cookies version 0.2.3 Index]