Aşağıda benim senaryom:
if($redirect==1)
{
?>
<script>
setTimeout("gotoLink()",1000);
function gotoLink()
{
location.href='wycomments.php';
}
</script>
<?php
$_SESSION['BROADCAST_DOWNLOAD']=1;
}
?>
i wycomments.php üzerinde $ _SESSION ['BROADCAST_DOWNLOAD'] almıyorum neden
herhangi bir yardım lütfen.