Insert notes about PHP 4.3.x into some documentation.
[squirrelmail.git] / src / webmail.php
index 97ae646df9a0fa0338dcd0c14675d7496db068c6..ebbb24ac0d1157e72bf29dbd750ecfc6533cca44 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * webmail.php -- Displays the main frameset
  *
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2003 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file generates the main frameset. The files that are
@@ -45,6 +45,9 @@ if (isset($_SESSION['onetimepad'])) {
 if (isset($_GET['right_frame'])) {
     $right_frame = $_GET['right_frame'];
 }
+if ( isset($_SESSION['session_expired_post']) ) {
+    sqsession_unregister('session_expired_post');
+}
 
 is_logged_in();