Forum Moderators: open
www.domain.co.uk/domain/12345&sessionid=764764329643294329762457654
Where the sessionid is a randomly generated number to prevent cacheing.
Will this sessionid affect my indexing?
Will it appear in the index, or will google discard it as irrelevant?
Thx to all in advance, as usual!
<?
$delete = time() + 1;
header ("Expires: $delete");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0
?>