Hi guys,
This is beyond my comprehension really.
I have a nice PHP script for authentication purpose. It relies heavily on SESSION.
I have this very weird problem of session_id() generating 2 different IDs.
To my knowledge, session_id() should generate the same ID EVERYTIME as long as the user didn't close the browser.
Have you guys ever had this type of problems before?