From aec82bd9401abe260384248477be9d864b247ac9 Mon Sep 17 00:00:00 2001 From: till Date: Wed, 13 Feb 2008 05:20:10 +0000 Subject: * introduced session_domain --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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. -- cgit v1.2.3