i am running of time and options so i'll make this quick and simply.
i am working on an application where on the homepage, upon first load and any subsequent refresh, i want a new session id. the framework is CodeIgniter and after many different solutions found on the web, we still have come up empty.
In IE9 - the session_id() returns a new id on every page load; I only want it to happen on the index page as this id will be used to save the end-users data.
We've tried using CI's internal session implementation and PHP's native session but IE9 keeps updating the session_id().
What is up with IE9? I can't find the right solution.