index.php sets cooke
if (isset($_GET["qwe"]) && !isset($_COOKIE["qwe"])) {
setcookie("qwe", $_GET["qwe"], time()+3600*24*180, "/");
}
Caching is off, module caching is off, system gzip is off.
Cookies are set and the landing URL has the value, but the module is being displayed.