You're kidding? So, by default, I'm writing a freaking session for every single page? That sounds like a colossal waist of resources. Thanks though for the tip!
Neal -----Original Message----- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 11:46 PM To: Tomcat Users List Subject: Re: Tomcat - Automatically writes a session? You have to specify it on the JSP pages. I can't remember it properly, but it must be something like: <@page session="false" @> Google for it on the Tomcat site. I think you will find it. Antonio Fiol Neal wrote: >Someone just pointed out that my JSPs are have this in the header: > >"Set-Cookie: JSESSIONID=97C8777F16379B8EC2CD17273CE35C3C; Path=/" > >The problem is that I'm not setting any sessions or cookies from the >page so I have no idea what's going on. Is there some reason this is >there? Is there some setting in the Web.xml and/or server.xml file that >I must tweak? > >PS - I use Tomcat has my http server, not apache (in case that's >meaningful). > >Thanks. >Neal > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]