diff options
author | till <till@php.net> | 2007-08-29 11:13:24 +0000 |
---|---|---|
committer | till <till@php.net> | 2007-08-29 11:13:24 +0000 |
commit | 234c0d0ab051b308b922e6170419ebbc0636f93b (patch) | |
tree | 9ae186eeed0e90e2e7442aea34eeff8cd23419d5 /index.php | |
parent | 0144c50fc474c5f0145f3ac1fd2f0d2360e21695 (diff) |
* changed sessid to roundcube_sessid (#1484475)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ if (!defined('PATH_SEPARATOR')) // instead the ones provided by RC ini_set('include_path', $INSTALL_PATH.PATH_SEPARATOR.$INSTALL_PATH.'program'.PATH_SEPARATOR.$INSTALL_PATH.'program/lib'.PATH_SEPARATOR.ini_get('include_path')); -ini_set('session.name', 'sessid'); +ini_set('session.name', 'roundcube_sessid'); ini_set('session.use_cookies', 1); ini_set('session.gc_maxlifetime', 21600); ini_set('session.gc_divisor', 500); |