CodeIgniter Forums
Cart class doesn't keep items in IE 7 & 8 - 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: Cart class doesn't keep items in IE 7 & 8 (/showthread.php?tid=42482)



Cart class doesn't keep items in IE 7 & 8 - El Forum - 06-08-2011

[eluser]GeXus[/eluser]
I've just started using the Cart class and in IE 7 and 8, it adds items to the cart, however once I browse around the items are gone, it loses session. I know there are issues with IE and using underscores in sessions, however this is not the case I'm not using underscores. I'm also using the DB for sessions.


I've checked to make sure I'm not emptying the cart or anything and I'm not.


Cart class doesn't keep items in IE 7 & 8 - El Forum - 06-08-2011

[eluser]GeXus[/eluser]
Ok, I have other sessions not sticking as well... I'm using DB sessions, the sess_cookie_name is fifteenstore
and the sess_table_name is 'sessions'

Only have an issue in IE


Cart class doesn't keep items in IE 7 & 8 - El Forum - 06-08-2011

[eluser]WanWizard[/eluser]
Issues with UA matching, like several others reported? If you disable it in the config, is your problem solved?