diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-20 13:55:01 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-20 13:55:01 +0400 |
| commit | 642cca7be5f9956f6e064a9ca0488c5a7bc63e8c (patch) | |
| tree | ef38c9470e7a2be014df0e6dc4886bee9922eaee /config.php-dist | |
| parent | 79074013cb86f097b73d840b759d26f548f14cfd (diff) | |
mention SESSION_COOKIE_LIFETIME affecting widescreen cookie
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index eaaaa3d69..a5a7fc3e2 100644 --- a/config.php-dist +++ b/config.php-dist @@ -128,6 +128,8 @@ define('SESSION_COOKIE_LIFETIME', 86400*30); // Default lifetime of a session (e.g. login) cookie. In seconds, // 0 means cookie will be deleted when browser closes. + // Setting this to zero will affect several user preferences + // like widescreen mode not saving. define('SESSION_EXPIRE_TIME', 86400*30); // Hard expiration limit for sessions. Should be |