CodeIgniter Forums
Session Scalablity - 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: Session Scalablity (/showthread.php?tid=20396)



Session Scalablity - El Forum - 07-08-2009

[eluser]codelearn[/eluser]
Hi guys-

I'm having a slight problem with sessions. The new version of my website allows people to drag and drop widgets around (like http://www.campuslive.com/umass). This means that every time they drag and drop, it saves it in the session. This is causing my tmp folder to BLOW up to 1 gigabyte every couple days.

Is there a way to overwrite sessions? I'm just using session_start().

Any help would be amazing, thank you.


Session Scalablity - El Forum - 07-09-2009

[eluser]gigas10[/eluser]
Save the data to cookies? This way it saves to the users computer and not your's.