cookie missing after domain is setted
843841Mar 25 2003 — edited Mar 25 2003I am getting this weird problem,
I have a web server running at my local network with ip address 192.168.1.75 with DNS quarker.internal.devil.com. I ping the quarker.internal.devil.com and it shows the IP address is 192.168.1.75, so I am pretty sure this this a valid DNS
My servlet works fine if I don't not set the domain on the cookie object. But once I set my cookie to ".internal.devil.com", I am no longer able to retrieve cookie. anyone knows why? thx in advance