Hallo
i have problem in my session
i have an arabic /english site and i m using session to switch between them
here is the code
$lang=1;
session_start();
$_SESSION['lang']=$lang;
it was working fine with no problem ,but just today it stop and i dont know why
i tried to echo $lang and $_SESSION['lang'] and both values =0
i delete session_start and $_SESSION['lang'] and i echo $lang it display 1
OFFLINE on my pc it works fine but i dont know what happend ONLINE
so what is the problem?