From 0129d7c914f4d9247a7e8bb5ff5f655cfa98de1f Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 19 Jan 2009 08:38:14 +0000 Subject: - Fix authentication when submitting form with existing session (#1485679) --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index d57c91ea9..172d57c88 100644 --- a/index.php +++ b/index.php @@ -72,6 +72,10 @@ if ($RCMAIL->action=='error' && !empty($_GET['_code'])) { // try to log in if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { + // purge the session in case of new login when a session already exists + $RCMAIL->kill_session(); + + // set IMAP host $host = $RCMAIL->autoselect_host(); // check if client supports cookies -- cgit v1.2.3