I already tried it, and it did not work. Session ID is separated by
semicolon, not by question mark or ampersand. It is treated
differently and is not shown as URL parameter.

Thanks anyway.

On 6/16/05, Jon Wingfield <[EMAIL PROTECTED]> wrote:
> Something like this maybe:
> 
> String url = request.getRequestURL().toString();
> if (url.indexOf("jsessionid")>-1
>      && url.indexOf(request.getRequestedSessionId())>-1) {
>      // do redirect
> }
> 
> Jon

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

Reply via email to