lightbulb432 wrote:
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, or am I just doing something else wrong?

Where your browser stores it's cookies is none of Tomcat's business, nor is it something Tomcat can dictate. Why not clear your cookies and test again but only visit the test server - it should be pretty clear to see if Tomcat is writing a cookie.

You can also use Firebug in Firefox to actually see the 'Set-Cookie: JSESSIONID=466B27CDDCC111111111111111111111; Path=/' header being set by the JSP/Servlet etc.

p

I do have cookies enabled, so it's not writing the session id to the URL,
either.

Thanks.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to