Welcome Guest, Not a member yet? Register   Sign In
Userdata column in CI session.
#1

What exactly the Value in userdata column of CI session table interprets. This data is in serialize form.Can anybody explain this field value.
Reply
#2

Its all of the custom session data that you set, which gets serialized and stored in a single field in the db. In CI2 it's a slightly custom format. In CI3, it's the native $_SESSION format (like if you were to open a session file).
Reply
#3

The data present in session_userdata is in array form. Smile
Rolleyes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB