setPref($data_dir, $username, 'javascript_on', $js_pref);
/* Compute the URL to forward the user to. */
- $session_expired_location= $_SESSION['session_expired_location'];
- $session_expired_post= $_SESSION['session_expired_post'];
-
+ if (isset($_SESSION['session_expired_location']) {
+ $session_expired_location= $_SESSION['session_expired_location'];
+ } else {
+ $session_expired_location=false;
+ }
if (isset($session_expired_location) && $session_expired_location) {
$compose_new_win = getPref($data_dir, $username, 'compose_new_win', 0);
if ($compose_new_win) {
}
sqsession_unregister('session_expired_location');
unset($session_expired_location);
-
-
} else {
$redirect_url = 'webmail.php';
}