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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.