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