restored workaround for pre 4.3 php session restart issue
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 May 2006 16:20:02 +0000 (16:20 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 May 2006 16:20:02 +0000 (16:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11101 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 5f622ecc9442fde20fee8f070e849f1729573d23..69d1e170c8b078b24272a007bda5edde65f24ee6 100644 (file)
@@ -36,16 +36,15 @@ set_up_language($squirrelmail_language, TRUE, TRUE);
  * we get a new one.
  */
 sqsession_destroy();
-sqsession_is_active();
-$_SESSION=array();
-
-
 /**
  * PHP bug. http://bugs.php.net/11643 (warning, spammed bug tracker) and
  * http://bugs.php.net/13834
  * SID constant is not destroyed in PHP 4.1.2, 4.2.3 and maybe other
  * versions. Produces warning on login page. Bug should be fixed only in 4.3.0
  */
+@sqsession_is_active();
+$_SESSION=array();
+
 
 /**
  * This detects if the IMAP server has logins disabled, and if so,