Added note about php.ini session.gc_maxlifetime value - Important to stop garbage collection removing cookies that should be valid.
This commit is contained in:
parent
dfbaf621de
commit
a635d2163c
@ -357,7 +357,8 @@ $config['memcache']['splay'] = 15;
|
|||||||
* Explanation:
|
* Explanation:
|
||||||
* duration:
|
* duration:
|
||||||
* the amount of time, in seconds, that a cookie should persist in the users browser.
|
* the amount of time, in seconds, that a cookie should persist in the users browser.
|
||||||
* 0 = until closed; 1440 = 24 minutes.
|
* 0 = until closed; 1440 = 24 minutes. Check your php.ini 'session.gc_maxlifetime' value
|
||||||
|
* and ensure that it is at least the duration specified here.
|
||||||
*
|
*
|
||||||
* domain:
|
* domain:
|
||||||
* the only domain name that may access this cookie in the browser
|
* the only domain name that may access this cookie in the browser
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user