Fix forever length.
This commit is contained in:
parent
3bbc809c12
commit
912f4e5e72
|
@ -7,7 +7,7 @@ class Cookie {
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
const forever = 525600;
|
const forever = 2628000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The cookies that have been set.
|
* The cookies that have been set.
|
||||||
|
|
Loading…
Reference in New Issue