diff options
author | alecpl <alec@alec.pl> | 2011-11-13 10:00:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-13 10:00:46 +0000 |
commit | bd34cad1f6a5e3adb9bfb99947c7d3865a216142 (patch) | |
tree | caaad82d467bf849943eee2c6b5377a9ee73d896 /config/main.inc.php.dist | |
parent | 95ebcd91f2de6fcce31dc5d3082467185e46508d (diff) |
- Add option to set session name (#1486433)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1c3677f1b..d07a3b3c2 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -222,6 +222,9 @@ $rcmail_config['session_lifetime'] = 10; // session domain: .example.org $rcmail_config['session_domain'] = ''; +// session name. Default: 'roundcube_sessid' +$rcmail_config['session_name'] = null; + // Backend to use for session storage. Can either be 'db' (default) or 'memcache' // If set to memcache, a list of servers need to be specified in 'memcache_hosts' // Make sure the Memcache extension (http://pecl.php.net/package/memcache) version >= 2.0.0 is installed |