Welcome Guest, Not a member yet? Register   Sign In
Re-loading library?
#4

[eluser]InsiteFX[/eluser]
This is whats killing your cookies.
Code:
// or you need to turn it off!
$config['sess_expire_on_close'] = TRUE;
The only way around that is to use the native php cookies. but you have to go through a hoop to get them to save the $value as an array!

Code:
$cookie_data = your_array;

InsiteFX


Messages In This Thread
Re-loading library? - by El Forum - 04-04-2011, 11:08 PM
Re-loading library? - by El Forum - 04-04-2011, 11:34 PM
Re-loading library? - by El Forum - 04-05-2011, 01:15 PM
Re-loading library? - by El Forum - 04-05-2011, 11:00 PM
Re-loading library? - by El Forum - 04-05-2011, 11:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB