index.php
@@ -98,7 +98,9 @@ $RCMAIL->login($auth['user'], $auth['pass'], $auth['host'])) { // create new session ID $RCMAIL->session->remove('temp'); $RCMAIL->session->regenerate_id(); // regenerate the session, don't destroy the current session // it was destroyed already by $RCMAIL->kill_session() above $RCMAIL->session->regenerate_id(false); // send auth cookie if necessary $RCMAIL->session->set_auth_cookie();