php session does not work in mozilla anf chrome but work great in IE…
anybody know how to fix this problem.
<?php
session_start();
$_SESSION[‘user’]=$iser;
?>
php session does not work in mozilla anf chrome but work great in IE…
anybody know how to fix this problem.
<?php
session_start();
$_SESSION[‘user’]=$iser;
?>
We would need more info to help.
this code is working good in WAMP but not online…i checked it different browser work in WAMP…but when i put files online its not working the problem is in sign in…
Try clearing the browser cache
Ok, still provide more info/code. It is hard to help going off 2 lines of code