Welcome Guest, Not a member yet? Register   Sign In
Problem with Cookies not saving
#2

[eluser]InsiteFX[/eluser]
in application/config/config.php change the session cookie name to cisessions IE does not like the underscore

expire has to be an int not a string!
Code:
'expire' => 2410000

// example
'expire' => time() + 900

InsiteFX


Messages In This Thread
Problem with Cookies not saving - by El Forum - 03-31-2011, 05:36 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 07:10 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 07:40 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:06 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:07 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:29 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:37 PM
Problem with Cookies not saving - by El Forum - 03-31-2011, 08:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB