Welcome Guest, Not a member yet? Register   Sign In
DB2 Session
#31

[eluser]Xeoncross[/eluser]
Ditto
#32

[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 Big Grin
#33

[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.




Theme © iAndrew 2016 - Forum software by © MyBB