hi guys,
solved the problem. it was the register_globals setting in the php.ini
file.
made a .htacess file and set it to off; works 100%
also made all redirects like this:
session_write_close();
header("Location: buddyList.php");
exit();
note the
hi guys,
solved the problem. it was the register_globals setting in the php.ini
file.
made a .htacess file and set it to off; works 100%
also made all redirects like this:
session_write_close();
header("Location: buddyList.php");
exit();
note the
Hi all,
We have developed a site on a server now the client has moved the site
to another server. Both servers run apache. However some of the Session
variables are losing their values or their values are getting changed.
We have a number of header("location: xxx.php");
and they have the exit();
3 matches
Mail list logo