Hi, I have a simple code to check counter.
session_start();
if(!isset($_SESSION['footerimg']) || empty($_SESSION['footerimg']) ){
$_SESSION['footerimg']='sunset.jpg';
echo $_SESSION['footerimg'];
}
But all time this is printing "sinsut.jpg" when is page is loading my session is being destroy. This is running well in FF but problem happeninig with IE and chrome.