summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-13 10:00:46 +0000
committeralecpl <alec@alec.pl>2011-11-13 10:00:46 +0000
commitbd34cad1f6a5e3adb9bfb99947c7d3865a216142 (patch)
treecaaad82d467bf849943eee2c6b5377a9ee73d896 /config
parent95ebcd91f2de6fcce31dc5d3082467185e46508d (diff)
- Add option to set session name (#1486433)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
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