.validate_expiration {cookies} | R Documentation |
Ensure expiration is valid
Description
Ensure expiration is valid
Usage
.validate_expiration(expiration)
Arguments
expiration |
Days after which the cookie should expire. To remove an HttpOnly cookie, send a negative value for this attribute. |
Value
NULL
or the expiration as a double.
[Package cookies version 0.2.3 Index]