I have a script where I set a cookie to identify the user. The thing is that when I try to check if the cookie is there is always returns false even tough I'm sure it is there. I suspect this might have something to do with IE 6.0. Any help ? Thanks.
#1 the cookie will be available in next page(s)
#2 if you check the cookie in a function, you should declare that variable as `global'
Hint: try a `phpinfo();' in you code, you shoud see your cookie, if is OK.
PM