CodeIgniter Forums
What is the best session library to use? - 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: What is the best session library to use? (/showthread.php?tid=13483)



What is the best session library to use? - El Forum - 11-24-2008

[eluser]Rey Philip Regis[/eluser]
Hi guys,


What is the best session library to use? and the most updated session library that is compatible with CI 1.7? Ive seen alot of session libraries like Native Session, PHP Session, OB Session and KNDB Session. So what do you think is the best to use?

Good day.


What is the best session library to use? - El Forum - 11-24-2008

[eluser]Pascal Kriete[/eluser]
I've always been very happy with the default session library. Cookie, database, and encryption support.
The only reason for not using it is if you need native sessions for some reason.


What is the best session library to use? - El Forum - 11-24-2008

[eluser]Rey Philip Regis[/eluser]
Thanks for the response, well I used the PHPSession library right now.

Good day.