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. However, PHP generates a new session id for each reload or request...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