Welcome Guest, Not a member yet? Register   Sign In
How to store "custom session data" in sessions table?
#3

[eluser]llbbl[/eluser]
its usually not a big deal, storing them in the cookie as long as you don't store a bunch of stuff. you might try encrypting the cookie if your worried about cross site cookie hax.

if you store it in the database, you will still need to set the cookie with the session key, so your going to be using cookies one way or another. setting the cookies helps prevent things like people logging on with different computers in a network, so like you could use your coworkers account if you could successfully duplicate his user agent.


Messages In This Thread
How to store "custom session data" in sessions table? - by El Forum - 09-21-2008, 01:34 PM
How to store "custom session data" in sessions table? - by El Forum - 09-21-2008, 02:18 PM
How to store "custom session data" in sessions table? - by El Forum - 09-21-2008, 05:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB