CodeIgniter Forums
Cart class with db_session lib? - 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 with db_session lib? (/showthread.php?tid=21780)



Cart class with db_session lib? - El Forum - 08-20-2009

[eluser]codeninja[/eluser]
Alright, I have an authentication system that uses db_session lib to store all the sessions information but now that i integrate that into the new SVN trunk (locally) the Cart lib is having issues..

switching back to CI session class seems to work, except that my sessions don't overlap subdomains

i have the config correct.. '.domain.com' but still nothing..

any ideas?