summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-13 05:20:10 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-13 05:20:10 +0000
commita12195ebd97c75413f397623d116332e68b5d857 (patch)
tree9feacc648a541dc8d9c18976accd2d3483b7b0d7
parent6c6622a2252f34aaf5482935aaf45b8662fcc370 (diff)
* introduced session_domain
git-svn-id: https://svn.roundcube.net/trunk@1062 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 1ac688de7..4492d534b 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -204,6 +204,9 @@ $rcmail_config['generic_message_footer'] = '';
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;
+// session domain: .example.org
+$rcmail_config['session_domain'] = '';
+
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.