Welcome Guest, Not a member yet? Register   Sign In
Retrieve Data from ci_sessions data column
#1

Any one know, how to retrieve Data from ci_sessions data column ?. It has a BLOB type data.
Reply
#2

PHP Code:
$this->session->all_userdata() 

You should not access the data directly.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(11-12-2018, 05:24 AM)InsiteFX Wrote:
PHP Code:
$this->session->all_userdata() 

You should not access the data directly.

@InsiteFX Thanks..
Reply




Theme © iAndrew 2016 - Forum software by © MyBB