By default, session cookies don't get stored on disk. If the max age attribute of a cookie is 0 or less, the cookie resides only in a browser's memory and disappears entirely once the browser session is ended. In order to make it get stored to disk, you have to modify the cookie to have a longer age than the default (unless there is a Tomcat setting for this somewhere).
-marc --- "Propes, Barry L" <[EMAIL PROTECTED]> wrote: > can't you go to IE and view all the cookies there? > > -----Original Message----- > From: Warren [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 08, 2006 8:55 PM > To: users@tomcat.apache.org > Subject: Session cookie location? > > > I need to find out where the session cookie is > located on a Windows client > running Internet Explorer. I have searched in all of > the usual directories > and can not find it. Internet Explorer is set-up to > accept all cookies and > my app is not rewriting URLs. I want to corrupt the > cookie in order to debug > my app. > > I know this is more of a servlet question, but any > help will be appreciated. > > Thanks, > > Warren Bell > Systems Administrator > Clark's Nutritional Centers > 4225 Market St. > Riverside, CA 92501 > 951-321-1960 ext. 142 > 909-645-8864 mobile > > > --------------------------------------------------------------------- > To start a new topic, e-mail: > users@tomcat.apache.org > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To start a new topic, e-mail: > users@tomcat.apache.org > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]