Hey, I've got a cookie problem.
I have created a cookie class to set and get cookies. Class name is called Cookies and I am using the __autoload function. I call the class as such: Cookie::set($params); and Cookie::get($name); This works just fine but when I use this within a class such as a Users class, as far as firefox is concerned the cookie gets set as I can see it in the cookie viewer but, when I try to get the cookie, nothing comes up. I've tried dumping all contents of the $_COOKIE variable as well as the getallheaders() function. Does not show up. Is there something I'm missing?
Thanks for the help!