Welcome Guest, Not a member yet? Register   Sign In
Writing custom session data to database
#1

[eluser]Unknown[/eluser]
I am trying to write custom session data to a database.

I have enabled database session logging in the database and setup the ci_session table in my db...

$config['sess_use_database'] = TRUE;

--

I am attempting to add custom data using an array, as described in the user guide...

Code:
$newdata = array(
                           'trip_id'  => $trip_id,
                           'quanity'     => '1'
                        );

        $this->session->set_userdata($newdata);

...but only the default session data in being written to the database.

Any ideas or steps I am missing?

Thanks,


Messages In This Thread
Writing custom session data to database - by El Forum - 03-12-2008, 01:26 PM
Writing custom session data to database - by El Forum - 03-12-2008, 03:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB