Welcome Guest, Not a member yet? Register   Sign In
where do the session being saved
#1

[eluser]yazid[/eluser]
i want to know where do codeigniter save the userdata array because i noted that the browser control the data stored there, which means that cookies are used, if this is the case how can we get sessions saved on server?
#2

[eluser]Popcorn[/eluser]
Yes, you are correct. The session data is by default stored in a cookie. You can store it in the session database using the KNDB session library.
#3

[eluser]Aea[/eluser]
User data is stored via cookies, there are obviously numerous problems with this implementation but it's there because the developers believe it's more portable. There are many PHP Native Session based implementations, but at this point in time I think you'd be best going for an MySQL implementation Smile




Theme © iAndrew 2016 - Forum software by © MyBB