Just now verified that, PHP session variable is overwritten by declared variable with same name. i.e) I have session variable $_SESSION[\'lan\'] = \'xyz\' (global v
$_SESSION[\'lan\'] = \'xyz\'
Make sure that register_globals is off.
off