Jump to content

PLEASE HELP: php generates new session id for each reload or request


Recommended Posts

I have a new server and just realized that php generates new session id for each reload or request.

 

Upfront:

-- I haven't used session_regenerate_id();

-- I don't have Zone Alarm or other firewall apps installed

-- session.use_cookies = 1 is already set

-- /tmp dir is writable

-- browser accepts all cookies

 

Issue: I made a simple session test. A page where I display session vars. However, PHP generates a new session id for each reload...You can see this from browser's cookie and /tmp.

 

Simply, it does not keep the current session id during visits.

 

Can anyone help me?  I really need an urgent help. Appreciated.

 

Nizzy

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.