I'm having a WTF moment. I want to set a cookie on a page, and read it on another page. I can set and read the cookie, but I can't seem to unserialize it.<BR><BR>Basically, I'm taking the querystring ...
I've got this sessions script and every once in a while it won't log you out when you tell it to. The logout script is about 5 lines, it does a couple SQL things, then deletes the cookie. That's it.