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 :(
>
> help me plz :(

The first time you load page and perform a redirect, you will see
session id in the URL, it was added by server to redirected address at
the time when it did not know yet that your browser supports cookies.
You will not see session ID anymore if browser supports cookies.

I have yet to find a way to distinguish that address contains session
id since no official request-related methods return this information.
You may want to perform one more redireciton when the session was
created for the first time to clean up the address from session id.

Michael.

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

Reply via email to