CodeIgniter Forums
databased backed sessions table size....performance? - 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: databased backed sessions table size....performance? (/showthread.php?tid=41681)



databased backed sessions table size....performance? - El Forum - 05-13-2011

[eluser]blasto333[/eluser]
As the sessions table grows in size, what can we expect in terms of performance? Is there a way to auto clean the sessions table?


databased backed sessions table size....performance? - El Forum - 05-13-2011

[eluser]blasto333[/eluser]
I figured it out, my sessions don't expire (in reality 2 years) so I should probably think about reducing that.