thank you, Wendy :)
It's just because my client don't want to see jsessionid in the url :( ...
*************************************************
Pham Anh Tuan
Java Developer, HR Assistant
ICHI Corporation Vietnam.
Room #1001, 37 Ton Duc Thang, Dist. 1
Ho Chi Minh City, Vietnam.
Phone: (+84) (08) 9105732
Fax: (+84) (08) 9105734
Cell: (+84) (0) 989 505897
Email: [EMAIL PROTECTED]
Website: http://www.ichi-corp.jp
*************************************************
----- Original Message -----
From: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Tuesday, November 08, 2005 11:48 AM
Subject: Re: [Help] how to erase jsessionid in URL
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]