cookie.getDomain() and cookie.getPath() returns null in JSP
843836Oct 9 2003 — edited Oct 10 2003Hi all,
I'm trying to get all cookies via JSP. I get all the cookies' name and value but I can't get domain and path via cookie.getDomain() and cookie.getPath(). Both of them returns me null.
Why I don't get domain and path which I set for the cookie? I am setting domain and path via cookie.setDomain() and cookie.setPath() methods when I set the cookie initially.
Thanks!
Maulin
--------------------
Have fun @ http://www.geocities.com/maulin_v/JavaRAQ.html