Welcome Guest, Not a member yet? Register   Sign In
cookies not found in codeignitor
#1

(This post was last modified: 07-16-2015, 01:29 PM by cupboy.)

I set a cookie with javascript and read it back on the next line, and then it's gone. Is codeignitor messing with cookies somehow? I have tried using the cookie helper and also reading the cookies the old fashioned PHP way, but the cookie cannot be found. Are there any settings I should check other than those I have listed? Also, checking the log I see this: Global POST, GET and COOKIE data sanitized ... what does that mean?
Code:
$config['cookie_prefix'] = '';
$config['cookie_domain'] = '';
$config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;
Reply


Messages In This Thread
cookies not found in codeignitor - by cupboy - 07-16-2015, 01:07 PM
RE: cookies not found in codeignitor - by cupboy - 07-18-2015, 03:06 PM
RE: cookies not found in codeignitor - by cupboy - 08-30-2015, 07:19 PM
RE: cookies not found in codeignitor - by PaulD - 08-31-2015, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB