Welcome Guest, Not a member yet? Register   Sign In
Which session library to use? Any suggestions?
#18

[eluser]BrianDHall[/eluser]
I ammend my previous statement - I don't use CI's sessions, I use OB Session library available from the Wiki.

2 simple reasons - 1) it keeps database stored session variables private. So if you want to set a session flag of user_is_moron to True, the user won't know even if they look at their browser's cookie Wink No need for encryption

2) Related to 1, if you store session info in a database all it transmits to the user's browser is the bare minimum of session ID. This makes it easier to retrieve the session ID itself for use in hacky sorts of behaviors, such as switching sessions to allow proper handling of shockwave flash connections, and I don't see why the client should ever be sent more information in the cookie than that, really.

It Just Works just like CI's native sessions, only I consider it better in these two respects. I've used it on four projects so far without a hitch.


Messages In This Thread
Which session library to use? Any suggestions? - by El Forum - 09-29-2009, 09:51 AM
Which session library to use? Any suggestions? - by El Forum - 09-29-2009, 12:21 PM
Which session library to use? Any suggestions? - by El Forum - 09-29-2009, 01:20 PM
Which session library to use? Any suggestions? - by El Forum - 10-02-2009, 03:46 PM
Which session library to use? Any suggestions? - by El Forum - 10-02-2009, 07:39 PM
Which session library to use? Any suggestions? - by El Forum - 10-03-2009, 12:24 AM
Which session library to use? Any suggestions? - by El Forum - 10-03-2009, 05:00 AM
Which session library to use? Any suggestions? - by El Forum - 10-03-2009, 06:34 PM
Which session library to use? Any suggestions? - by El Forum - 11-18-2009, 01:44 PM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 04:27 AM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 08:33 AM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 08:46 AM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 08:56 AM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 09:43 AM
Which session library to use? Any suggestions? - by El Forum - 11-19-2009, 08:45 PM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 05:23 AM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 07:25 AM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 09:20 AM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 01:59 PM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 05:32 PM
Which session library to use? Any suggestions? - by El Forum - 11-20-2009, 07:13 PM
Which session library to use? Any suggestions? - by El Forum - 11-23-2009, 09:48 PM
Which session library to use? Any suggestions? - by El Forum - 12-03-2009, 01:47 PM
Which session library to use? Any suggestions? - by El Forum - 12-08-2009, 06:24 AM
Which session library to use? Any suggestions? - by El Forum - 12-08-2009, 07:12 AM
Which session library to use? Any suggestions? - by El Forum - 12-08-2009, 10:38 AM
Which session library to use? Any suggestions? - by El Forum - 01-11-2010, 02:15 PM
Which session library to use? Any suggestions? - by El Forum - 01-11-2010, 02:53 PM
Which session library to use? Any suggestions? - by El Forum - 01-11-2010, 03:00 PM
Which session library to use? Any suggestions? - by El Forum - 01-11-2010, 03:07 PM
Which session library to use? Any suggestions? - by El Forum - 01-11-2010, 03:14 PM
Which session library to use? Any suggestions? - by El Forum - 01-12-2010, 06:37 AM
Which session library to use? Any suggestions? - by El Forum - 01-12-2010, 06:48 AM
Which session library to use? Any suggestions? - by El Forum - 01-12-2010, 07:22 AM
Which session library to use? Any suggestions? - by El Forum - 01-12-2010, 07:39 AM
Which session library to use? Any suggestions? - by El Forum - 05-01-2010, 05:51 AM
Which session library to use? Any suggestions? - by El Forum - 05-01-2010, 08:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB