Index: trunk/admin/save_redirect.php =================================================================== diff -u -r2569 -r2772 --- trunk/admin/save_redirect.php (.../save_redirect.php) (revision 2569) +++ trunk/admin/save_redirect.php (.../save_redirect.php) (revision 2772) @@ -78,7 +78,7 @@ if( !admin_login() ) { - if( !headers_sent() ) setcookie('sid',' ',time() - 3600); + if( !headers_sent() ) setcookie('sid',' ',time() - 3600, '', $_SERVER['HTTP_HOST']); $objSession->Logout(); header("Location: ".$adminURL."/index.php?logout=1"); exit;