I have an serious issue with the SID, after page reload it's gone in IE.
With Firefox it works well, and on some of my servers with correct php.ini
files it works in IE too. But on the main server that I rent and have
all my pages on. It doesn't work with IE, no matter what I try.
Please check through this brief code and tell me what I'm doing wrong...
This is in file index.php:
Code: Select all
<?
session_start();
header("e;Cache-control: private"e;);
$flashsite = isset($_GETї'flashsite'])?$_GETї'flashsite']: "e;"e;;
if($flashsite==1) {
$flashsite=5;
$_SESSIONї'runalong'] = 666;
}
include('nyheter.php');
$outputta = $_SESSIONї'runalong'];
echo "e; $outputta"e;;
?>Code: Select all
bla bla bla bla bla
bla bla bla bla bla
bla bla bla bla bla
<?
if ($flashsite==0) {
echo "e;TRYCK <a href='index.php?flashsite=1'>.: HÄR :.</a>"e;;
}
?>
<A HREF='index2.php?<?=SID?>'>THIS WORKS ON SOME PHP SERVERS</A>Hope you can enlighten me in this!
d11wtq | Please read the sticky about posting code in the forums