Index: trunk/kernel/include/modules.php =================================================================== diff -u -r2772 -r2842 --- trunk/kernel/include/modules.php (.../modules.php) (revision 2772) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 2842) @@ -849,7 +849,7 @@ $CookieTest = isset($_COOKIE["CookiesTest"]) ? $_COOKIE["CookiesTest"] : ''; $HTTP_REFERER = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; -if ( ($CookieTest == 1) || !strstr($HTTP_REFERER, $_SERVER['HTTP_HOST'].$objConfig->Get("Site_Path"))) { +if ( ($CookieTest == 1) /*|| !strstr($HTTP_REFERER, $_SERVER['HTTP_HOST'].$objConfig->Get("Site_Path"))*/) { $SessionQueryString = FALSE; }