Welcome Guest, Not a member yet? Register   Sign In
Question about CI_Session
#3

[eluser]korpirkor[/eluser]
I was creating auth module which is allow to login for one account only on one PC. Every profile has `my_session_id` equal to current `session_id`.
I solve it - in each sess_update() I assign new session_id to my_session_id and it works fine. Unfortunetly now everywhere is the Session class - must be also included the authorization module (or new session_id won't be assigned)

I have read something about CodeIgniter Session class on this forum (the say that it is unreliable) and replace CI_Session by "Native / Database hybrid" library

Thanks for response !


Messages In This Thread
Question about CI_Session - by El Forum - 08-24-2010, 02:47 PM
Question about CI_Session - by El Forum - 08-24-2010, 04:43 PM
Question about CI_Session - by El Forum - 08-25-2010, 08:02 AM
Question about CI_Session - by El Forum - 08-25-2010, 12:28 PM
Question about CI_Session - by El Forum - 08-25-2010, 02:39 PM
Question about CI_Session - by El Forum - 08-26-2010, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB