being empty after the session_destroy
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10198
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Added extra field controls to address book class.
- HttpOnly cookie support (cookies inaccessible by JS). This will protect
IE6 browsers.
+ - Rare case of session being destroyed causing PHP errors, so ensure session
+ is restarted.
Version 1.5.0 - 2 February 2004
-------------------------------
*/
sqsession_destroy();
-
+sqsession_start();
header('Pragma: no-cache');
/**
do_hook('login_bottom');
?>
-</body></html>
\ No newline at end of file
+</body></html>