On 11/7/05, Pham Anh Tuan <[EMAIL PROTECTED]> wrote:

> thanks to MC, but ... it still doesn't work, jsessionid is still available
> in URL after I add redirect to forward tag :(

Struts is not doing this, at least not directly-- your Servlet
container is.  See SRV.7.1 (of the Servlet 2.4 specification) on
Session Tracking Mechanisms.  The container is required to support
sessions without cookies, and most of them do it through URL
rewriting, which is what you're seeing with the ;jsessionid appended.

What problem are you trying to solve by removing the jsessionid?

--
Wendy

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

Reply via email to