I’m calling session_start(); as soon as my page loads but when I print out my session array it’s empty and the reason seems to be that the php session_id listed is not the same as the one stored in my cookie.
I’m not destroying the session anywhere.
Is there any way to get session_start to force getting the id from the cookie stored in the browser? I’ve verified that that ID is correct.