[eluser]MattiasPersson[/eluser]
Hi There!
I've been using CI for a while now and is very satisfied.
On my most recent project however, I encountered a problem. On both IE8 and IE9 the session dies directly after page reload. Since I'm setting the login session in my controller, it means the login session dies and redirects back.
I've tried this on 3 different computers with IE8 and 9, it just doesn't work. It works fine in any other browser though.
I've also tried:
- The Native session library.
- Changing config variables to remove underscores (ci_session becomes cisession and so on).
- The Dariusz Debowczyk's Session Class.
- Using normal php $_SESSION variables instead of built in $this->session->set_userdata alternative.
- Setting session directly in views just to see if it lasts (it dies right after page reload in IE).
- Checked server time, it's the same on any browser including IE and on any computer.
- Much more...
Any ideas would be much appreciated.