Index: trunk/kernel/startup.php =================================================================== diff -u -r1668 -r2772 --- trunk/kernel/startup.php (.../startup.php) (revision 1668) +++ trunk/kernel/startup.php (.../startup.php) (revision 2772) @@ -184,7 +184,7 @@ if (!admin_login()) { - if( !headers_sent() ) setcookie("sid"," ",time()-3600); + if( !headers_sent() ) setcookie("sid"," ",time()-3600, '', $_SERVER['HTTP_HOST']); $objSession->Logout(); $url_add = isset($_GET['expired']) && $_GET['expired'] ? '?expired=1' : ''; header("Location: ".$adminURL.'/index.php'.$url_add);