Welcome Guest, Not a member yet? Register   Sign In
ci sessions user_data disappears
#6

[eluser]WanWizard[/eluser]
Your user_agent field is to small. CI 2.0.2 needs 120 characters. Your UA check probably fails after which the session is destroyed.

And note that you can not use 'localhost' for the cookie_domain, it's not accepted by Chrome. Leaving it empty isn't a goiod idea either. Better extract the hostname from the URI and use that, of configure it manually (for localhost, use 127.0.0.1).


Messages In This Thread
ci sessions user_data disappears - by El Forum - 05-03-2011, 06:19 PM
ci sessions user_data disappears - by El Forum - 05-04-2011, 12:14 AM
ci sessions user_data disappears - by El Forum - 05-04-2011, 02:12 AM
ci sessions user_data disappears - by El Forum - 05-04-2011, 02:17 AM
ci sessions user_data disappears - by El Forum - 05-04-2011, 03:13 AM
ci sessions user_data disappears - by El Forum - 05-04-2011, 08:25 AM
ci sessions user_data disappears - by El Forum - 05-04-2011, 01:27 PM
ci sessions user_data disappears - by El Forum - 05-04-2011, 01:43 PM
ci sessions user_data disappears - by El Forum - 05-04-2011, 11:11 PM
ci sessions user_data disappears - by El Forum - 05-05-2011, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB