diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 11:13:24 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 11:13:24 +0000 |
| commit | ef71dcd69966886af8f5cf46b3e1a4d2adbc3fe2 (patch) | |
| tree | 2aad54036e279766466ada03934bd9e4f979094c /roundcubemail/index.php | |
| parent | 5bb5fd49552a4baad0fb1e2994bfebbd88bdb119 (diff) | |
* changed sessid to roundcube_sessid (#1484475)
git-svn-id: https://svn.roundcube.net/trunk@740 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index ff9909844..199f49444 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -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); |
