Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading client cookies in java?

Status
Not open for further replies.

sourabhjha

Programmer
Jan 13, 2002
121
IN
Is there a way in which in my java application i can read the client side cookies.
 
Assuming your application is a servlet, you can call the method getCookies() on the HttpServletRequest object that gets passed to you in your servlets doGet(), doPost() or doService() methods.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top