Storing large sessions? |
[eluser]Popcorn[/eluser]
Hi, This problem has been addressed with 3rd party session libraries, you can find many in the CodeIgniter Wiki. They will only store the session id in the cookie the store all the data in the database. http://codeigniter.com/wiki/DB2_Session/ http://codeigniter.com/wiki/DB_Session/ There are some more in the forum (Ignited Code) |
Messages In This Thread |
Storing large sessions? - by El Forum - 05-13-2008, 11:44 AM
Storing large sessions? - by El Forum - 05-13-2008, 01:22 PM
Storing large sessions? - by El Forum - 05-23-2008, 03:41 PM
Storing large sessions? - by El Forum - 05-23-2008, 04:59 PM
|