> if (session == null) {
> session = request.getSession(true);
> response.sendRedirect(response.encodeURL(....));
> return;
> }
Since this is a redirect, why aren't you using response.encodeRedirectURL()?
Does it not work? What is the difference anyway between those two?
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- session tracking Regis Muller
- RE: session tracking Christopher Kirk
- Re: session tracking Regis Muller
- RE: session tracking Michael Wentzel
- RE: session tracking Christopher Kirk
- Re: session tracking David Wall
- Re: session tracking Kief Morris
- session tracking shelsing
- RE: session tracking Shapira, Yoav
