Hi,
How do I access a cookie set by a servle
I've set a cookie in servlet but cannot access it from PHP. (I used the normal addCookie() method, then a redirect() to the .php3 page, where the cookie is accessed). Any idea?