Re: [PHP] losing session values [SOLVED]

2005-05-04 Thread Angelo Zanetti
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

Re: [PHP] losing session values [SOLVED]

2005-05-04 Thread Angelo Zanetti
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

[PHP] losing session values

2005-05-04 Thread Angelo Zanetti
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();