On 1/16/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> The first page to be served up by the container will append the sessionid to
> the url. If cookies are enabled on the client (browser) then in subsequent
> requests the jsessionid will be stored in a cookie..
>
> A redirect in your welcome file should do what you want.
>
> <c:redirect url="/login.do" />
>
>
> The container can work out whether the browser has cookies or not from the
> initial request for the welcome file, from then on the jsessionid will be
> stored in a cookie.
>
> mark

Yeah, the problem is to detect does URL contain session ID to redirect
only when it does.

Michael.

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

Reply via email to