diff options
author | till <till@php.net> | 2008-02-13 05:20:10 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-13 05:20:10 +0000 |
commit | aec82bd9401abe260384248477be9d864b247ac9 (patch) | |
tree | d751c3a0d909ac354065cfb8263be786df84b1d4 /config/main.inc.php.dist | |
parent | 75f0a738891b88650bb4f22de5b5e5346bb0b668 (diff) |
* introduced session_domain
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 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. |