Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 1.7 Session Class
#2

[eluser]Randy Casburn[/eluser]
Hi Drew,

The session class is not stateful so it has no sense of when the script has finished or not finished. As a foolish coder, I can put an 'exit' statement anywhere in my code, a controller for instance, that would negate the session updates.

So in order to ensure stateful transfers to the database, updates are done in synchronous mode, in real time, or as they occur.

Hope this is helpful,

Randy


Messages In This Thread
CodeIgniter 1.7 Session Class - by El Forum - 10-08-2008, 03:25 PM
CodeIgniter 1.7 Session Class - by El Forum - 10-08-2008, 04:07 PM
CodeIgniter 1.7 Session Class - by El Forum - 10-08-2008, 05:41 PM
CodeIgniter 1.7 Session Class - by El Forum - 10-08-2008, 05:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB