Welcome Guest, Not a member yet? Register   Sign In
cookie won't set
#4

[eluser]bretticus[/eluser]
Manual says...

Quote:The function returns FALSE (boolean) if the item you are attempting to retrieve does not exist.

So that makes sense. Glad you got it working. In cases like this you can always get a true statement like:

Code:
if (get_cookie('myprefix_cookie_name') !== FALSE)


Messages In This Thread
cookie won't set - by El Forum - 04-11-2009, 01:58 PM
cookie won't set - by El Forum - 04-11-2009, 02:05 PM
cookie won't set - by El Forum - 04-11-2009, 02:26 PM
cookie won't set - by El Forum - 04-11-2009, 08:49 PM
cookie won't set - by El Forum - 09-05-2012, 11:22 AM
cookie won't set - by El Forum - 09-05-2012, 04:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB