Welcome Guest, Not a member yet? Register   Sign In
custom session data
#3

[eluser]jorx[LINUX][/eluser]
yes...


i had use this sample query from the user guide

Code:
CREATE TABLE IF NOT EXISTS  `ci_sessions` (
session_id varchar(40) DEFAULT '0' NOT NULL,
ip_address varchar(16) DEFAULT '0' NOT NULL,
user_agent varchar(50) NOT NULL,
last_activity int(10) unsigned DEFAULT 0 NOT NULL,
user_data text NOT NULL,
PRIMARY KEY (session_id)
);

do i have to add an additional table(s) for the custom data?


Messages In This Thread
custom session data - by El Forum - 07-13-2009, 02:43 AM
custom session data - by El Forum - 07-13-2009, 02:56 AM
custom session data - by El Forum - 07-13-2009, 03:06 AM
custom session data - by El Forum - 07-13-2009, 03:09 AM
custom session data - by El Forum - 07-13-2009, 03:16 AM
custom session data - by El Forum - 07-13-2009, 03:33 AM
custom session data - by El Forum - 07-13-2009, 03:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB