Welcome Guest, Not a member yet? Register   Sign In
session->userdata empty with swf upload...
#3

[eluser]sikko[/eluser]
Hi,

Thanks for your answer,

Not sure if this thread http://ellislab.com/forums/viewthread/191009/P0/ is what you are talking about, but it doesn't seem to solve my problem...
I've created the table:
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 DEFAULT '' NOT NULL,
PRIMARY KEY (session_id)
);
but everytime I call the page with swf upload, it creates a new entry in the ci_sessions table whereas with Chrome, it just updates the previous entry.


Messages In This Thread
session->userdata empty with swf upload... - by El Forum - 06-24-2011, 05:56 PM
session->userdata empty with swf upload... - by El Forum - 06-24-2011, 09:07 PM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 02:52 AM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 02:59 AM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 05:11 AM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 05:20 AM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 05:53 AM
session->userdata empty with swf upload... - by El Forum - 06-25-2011, 06:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB