![]() |
IE8 and sess_match_useragent - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: IE8 and sess_match_useragent (/showthread.php?tid=20670) |
IE8 and sess_match_useragent - El Forum - 07-17-2009 [eluser]bigtony[/eluser] Having uploaded my application to a "live" host, upon testing in IE8 I noticed that certain session functions were being ignored. After a bit of playing around I changed the "sess_match_useragent" value in config.php to FALSE and it solved it (I'm also using database sessions). It all worked fine when on my development machine, and also fine in Firefox even on the live host, just seems to be IE8. I'm not suggesting it's a CI problem, but just giving a heads-up in case anyone else comes across a similar problem. Next job is to check in more detail to see just why the user agent value changed... IE8 and sess_match_useragent - El Forum - 07-17-2009 [eluser]Jondolar[/eluser] Viva Google Chrome (and Google Chrome OS). IE8 and sess_match_useragent - El Forum - 07-18-2009 [eluser]bigtony[/eluser] Just as a follow up, I was able to reinstate sess_match_useragent to TRUE provided I set no-cache in the html meta head. IE8 seems rather finicky about sessions and browser cache. |