![]() |
DB2 Session - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: DB2 Session (/showthread.php?tid=7278) |
DB2 Session - El Forum - 08-21-2008 [eluser]Xeoncross[/eluser] Ditto DB2 Session - El Forum - 08-21-2008 [eluser]drewbee[/eluser] I wonder too. I have a tiny bit of a hack in mine as I load a users data with each page load if they are logged in. IE I get the username, first name, email address, settings etc all general attributes of the user. I mingled it in with DB2 sessions so that even though this data is coming from the table row, I can access it through $this->session->userdata. The only difference with these is that they cannot be changed nor will be changed on the next session update, only non-user-persistant session data will be updated. This session class is the first and last place I broke the rule of not extending a class, but rather overwriting the default session core file. With this latest update, hopefully better conformity will be maintained and I can say my system no longer breaks that rule ![]() DB2 Session - El Forum - 08-04-2010 [eluser]RaZoR LeGaCy[/eluser] Where is the file to download? Nothing to download and no code found at http://codeigniter.com/wiki/DB2_Session/ I am experiencing the multiple ci_session write problems. |