CodeIgniter Forums
Windows 8 and CodeIgniter - 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: Windows 8 and CodeIgniter (/showthread.php?tid=45402)



Windows 8 and CodeIgniter - El Forum - 09-20-2011

[eluser]Unknown[/eluser]
I seem to not be able to keep a session locked in the latest build of Windows 8. I am not sure if this is an error on there part or whether there is something inside CodeIgniter that is getting confused because of something.


Windows 8 and CodeIgniter - El Forum - 03-02-2012

[eluser]Unknown[/eluser]
Yes, same problem here in IE and Chrome. It works only with Firefox 10.0.2


Windows 8 and CodeIgniter - El Forum - 03-02-2012

[eluser]Unknown[/eluser]
It seems it is regenerating a session id every time it visits a site. Other sites tend to be dealing with sessions in a more flexible way. If it isn't a bug then Microsoft programmers are idiots. Chrome uses the same session engine as internet explorer on windows that is why they are both having the same problem. Hope this clears some things up.


Windows 8 and CodeIgniter - El Forum - 03-02-2012

[eluser]Aken[/eluser]
You're using beta software - don't expect everything to work perfectly out of the box. It's probably just an issue with the way cookies are saved, or if you're using database sessions, how the user agent is being compared. Play around, I'm sure you'll find what's acting up and why.


Windows 8 and CodeIgniter - El Forum - 03-03-2012

[eluser]InsiteFX[/eluser]
No! It is most likely the user_agent type that is not defined for the new versions...