From aec82bd9401abe260384248477be9d864b247ac9 Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Wed, 13 Feb 2008 00:20:10 -0500 Subject: [PATCH] * introduced session_domain --- 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 1ac688d..4492d53 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -204,6 +204,9 @@ // 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. -- Gitblit v1.9.1