If u are referring to session cookies (jsessionid and jsessionidsso) then the 
http servlet request contains a method called getCookies() where u can find the 
cookies and use them for further use by storing them im memory, once the 
response is received by browser it is upto it where and how it stores it.

Vinod

----- Original Message ----
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Wednesday, May 30, 2007 1:02:06 AM
Subject: RE: Where to find session cookies

> From: lightbulb432 [mailto:[EMAIL PROTECTED] 
> Subject: Where to find session cookies
> 
> When testing my application that uses sessions, I don't seem 
> to see a cookie with domain localhost in my browser's cookies
> folder. Does Tomcat use some internal folder to put its cookies,

Think about what you're asking:  how can a server influence where a
browser running on some arbitrary platform keeps track of cookies using
HTTP protocol?  That's entirely up to the whims of the browser.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






       
____________________________________________________________________________________Get
 the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to