From a12195ebd97c75413f397623d116332e68b5d857 Mon Sep 17 00:00:00 2001 From: till Date: Wed, 13 Feb 2008 05:20:10 +0000 Subject: * introduced session_domain git-svn-id: https://svn.roundcube.net/trunk@1062 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3