Welcome Guest, Not a member yet? Register   Sign In
Session library and unserialize() error.
#24

[eluser]InsiteFX[/eluser]
Code:
$this->userdata = array(
    'session_id'    => md5(uniqid($sessid, TRUE)),
    'ip_address'    => $this->CI->input->ip_address(),
    'user_agent'    => substr($this->CI->input->user_agent(), 0, 120), // <-- See!
    'last_activity' => $this->now
);


Messages In This Thread
Session library and unserialize() error. - by El Forum - 02-07-2011, 11:15 AM
Session library and unserialize() error. - by El Forum - 02-08-2011, 10:49 AM
Session library and unserialize() error. - by El Forum - 02-08-2011, 10:40 PM
Session library and unserialize() error. - by El Forum - 02-09-2011, 05:59 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:47 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:50 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 07:58 AM
Session library and unserialize() error. - by El Forum - 02-09-2011, 08:12 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 01:56 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 01:58 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 06:19 AM
Session library and unserialize() error. - by El Forum - 02-10-2011, 10:51 PM
Session library and unserialize() error. - by El Forum - 02-11-2011, 06:54 AM
Session library and unserialize() error. - by El Forum - 02-11-2011, 10:17 AM
Session library and unserialize() error. - by El Forum - 02-11-2011, 10:30 AM
Session library and unserialize() error. - by El Forum - 06-16-2011, 12:17 PM
Session library and unserialize() error. - by El Forum - 06-16-2011, 12:32 PM
Session library and unserialize() error. - by El Forum - 06-16-2011, 10:06 PM
Session library and unserialize() error. - by El Forum - 06-17-2011, 01:34 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 02:34 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 02:40 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 05:43 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 05:56 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 06:07 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 06:13 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 08:45 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 09:02 AM
Session library and unserialize() error. - by El Forum - 06-17-2011, 08:33 PM
Session library and unserialize() error. - by El Forum - 06-23-2011, 01:34 AM
Session library and unserialize() error. - by El Forum - 08-25-2012, 12:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB