Paul,

This is handled by the application server, so you'll have to turn it off there.  
Usually there are settings for enabling/disabling session persistence using cookies 
and/or url rewriting.  Exactly where you'll find them is dependent on the particular 
app server you are using. It's not controlled by struts.  If you use sessions in your 
application, shutting off the jsessionid url rewriting will cause problems running on 
browsers with cookies disabled.

--John Loring

Paul Legato wrote:
> 
> Hi,
> I have a client who is requiring that I turn off all the
> ;jsessionid=abc123etc. session persistance tags in the URL rewriting.
> Unfortunately, I can't find any documentation on how to do this.
> 
> Is there an easy way to disable these tags across an entire application
> (preferably without forking the Struts code)?
> 
> Thanks,
> -Paul
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to