HttpServletRequest
Hi everyone,
I am fairly new to java and I am having problems reading cookies from my browser store.
I am thinking that I have to use the getCookies on HttpServletRequest object. However, I don't know how to initalize this object.
My guess is that the HttpServletRequest object can only be initialized by a jsp. If thats true, is there another way of reading the cookies from my browser store? Any sample code, preferably with a main method, would really be appreciated!
Thanks!
moy

