closes #3190
This commit is contained in:
parent
c5891761a3
commit
666f3563cc
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ If we set `expires` to a date in the past, the cookie is deleted.
|
||||||
|
|
||||||
- **`max-age=3600`**
|
- **`max-age=3600`**
|
||||||
|
|
||||||
Is an alternative to `expires` and specifies the cookie's expiration in seconds from the current moment.
|
It's an alternative to `expires` and specifies the cookie's expiration in seconds from the current moment.
|
||||||
|
|
||||||
If set to zero or a negative value, the cookie is deleted:
|
If set to zero or a negative value, the cookie is deleted:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue