Welcome Guest, Not a member yet? Register   Sign In
site wide cookie not working
#2

[eluser]tonanbarbarian[/eluser]
I think you have the parameters in the wrong order

The user manual shows the order of the parameters as

Code:
set_cookie($name, $value, $expire, $domain, $path, $prefix);

and you seem to be doing it in this order
Code:
set_cookie($name, $value, $expire, $path, $domain, $prefix);


Messages In This Thread
site wide cookie not working - by El Forum - 12-04-2007, 12:11 AM
site wide cookie not working - by El Forum - 12-04-2007, 12:46 AM
site wide cookie not working - by El Forum - 12-04-2007, 12:53 AM
site wide cookie not working - by El Forum - 12-04-2007, 01:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB