On 6/16/05, Adam Hardy <[EMAIL PROTECTED]> wrote:
> Even quicker would be to check if you have the first request that
> establishes the session, and then put some token in the form or
> querystring, to mimic the JSESSIONID. Then you can just check
> for your token.

Yes, I guess I can do that.

> I'm just thinking what the test would be to check if it's the first
> request.
> 
> getRequestedSessionId == null?

HttpServletRequest.getSession(false) shoud work. I will try and report ;)

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

Reply via email to