nizzy Posted October 8, 2009 Share Posted October 8, 2009 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 Link to comment https://forums.phpfreaks.com/topic/177015-please-help-php-generates-new-session-id-for-each-reload-or-request/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.