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

What is the code you are using to write the cookie? What is the code you are using to try to read the cookie? Did you try setting the cookie_domain to '.your-domain.com'? Are you using the same time reference on your server and client?

The message 'Global POST, GET and COOKIE data sanitized' is a debug log message from the _sanitize_globals() method in CI's Input class. If your cookie's name or data uses certain characters, it may become unavailable to CI, but it shouldn't change its accessibility via JavaScript.
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
RE: cookies not found in codeignitor - by mwhitney - 08-31-2015, 12:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB