aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Cookies Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Cookies" Watch "Cookies" New topic
Author

Cookies

Shravan Durvasula
Greenhorn

Joined: Mar 06, 2004
Posts: 19
Hi all:

I am sending a sample cookie from my JSP to the client like this:


When i get the next request from the client, i get back the cookie but i see that the maxAge is -1. I thought it should be 30 minutes.

Thanks,
-SkD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Cookies
 
Similar Threads
Difference between Cookies and Session in servlets
Confusion between Cookie and JSession
Cookie access with EL expression
How to attach/Detach cookies?
design question: should the lock manager be synchronized whenever it's used in Data?