CodeIgniter Forums
Problems With Session Class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problems With Session Class (/showthread.php?tid=13761)



Problems With Session Class - El Forum - 12-04-2008

[eluser]mrmeyers99[/eluser]
I've been working on a project for quite a while now. I'm using CI 1.7. Up until today everything worked great, but this morning the Session Class stopped working. From a little debugging it looks like a new session id is being created every time I reload the page. I haven't touched the Session class or my login controller, so I have no idea what cause it to break. What's even weirder is that it seems all my applications have broken. Even ones that I haven't touched for a while now that have been working fine. And I'm talking on my personal computer, and on two different servers. None of them are working but they were yesterday and I haven't even touched them. It's like there was a bomb that went off and killed my session class...any ideas?


Problems With Session Class - El Forum - 12-04-2008

[eluser]mrmeyers99[/eluser]
That was weird. I rebooted my computer and it all started working...it must have a browser issue? Who knows.