summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-13 05:20:10 +0000
committertill <till@php.net>2008-02-13 05:20:10 +0000
commitaec82bd9401abe260384248477be9d864b247ac9 (patch)
treed751c3a0d909ac354065cfb8263be786df84b1d4 /config
parent75f0a738891b88650bb4f22de5b5e5346bb0b668 (diff)
* introduced session_domain
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 1ac688de7..4492d534b 100644
--- a/config/main.inc.php.dist
+++ b/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.