Hi.
I've been using php 5.1.x for a while now and have a whole bunch of php code wirtten that works fine using that.
I just updated to 5.2 and now none of the sessions I use work.
I've found that the session.save_pa th has to be set for windows systems. I did that and the session data is written there. But still, the php code always looks for data in some temp folder way inside my temp internet files.
I manually set the save_path before calling session_start() and that seemes to point it in the ritght direction. But still, now the session_id is changed everytime I hit a link or reload the page.
So basicly the session data is saved but the session_id is lost every time I reload.
Anybody know a way to fix this?
I've been using php 5.1.x for a while now and have a whole bunch of php code wirtten that works fine using that.
I just updated to 5.2 and now none of the sessions I use work.
I've found that the session.save_pa th has to be set for windows systems. I did that and the session data is written there. But still, the php code always looks for data in some temp folder way inside my temp internet files.
I manually set the save_path before calling session_start() and that seemes to point it in the ritght direction. But still, now the session_id is changed everytime I hit a link or reload the page.
So basicly the session data is saved but the session_id is lost every time I reload.
Anybody know a way to fix this?
Comment