CodeIgniter Forums
Specify database for the sessions table - 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: Specify database for the sessions table (/showthread.php?tid=45521)



Specify database for the sessions table - El Forum - 09-24-2011

[eluser]Andy Fraley[/eluser]
I'm working with an application that uses multiple databases. Is their a way to tell the session class which database to use? It seems to only be able to use the database that is set as $active_group in application/config/database.php. I need to store the session information in a different database than the one set by $active_group.