Ryszard,

Do you need cookies, or do you just need session management?  You can get
the latter by using URL rewriting.  Basically, you just need to pass every
URL written to your pages (including form action attribute values) through
response.encodeURL(String URL) before writing to the page.  If you do
this, you should then be able to turn off cookies (some server parameter,
at least in Tomcat 5, although I don't recall where) and still maintain
session.

Jeff Jackson


On Fri, 24 Oct 2003, Ryszard Lach wrote:

> Hi.
> 
> Is there possible to turn off cookie JSESSIONID? I would like to use
> squid in reverse-proxy mode with a Java application (Tomcat 4.1), but
> squid does not cache pages with this cookie set. I can not turn it off
> at all, because a part o my application uses cookies for session
> management. 
> 
> Any suggestions will be appreciated.
> 
> Richard.
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to