RE: Session cookie location?

2006-08-11 Thread Marc Richards
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

RE: Session cookie location?

2006-08-11 Thread Propes, Barry L
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 run

Re: Session cookie location?

2006-08-08 Thread info
> 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 orde