On 16/06/05 17:13 Adam Hardy wrote:


It seems to be hard-coded behaviour that you can't do anything about unless you want to write some javascript to check the URL and put a token in the query string for the next request.

Stupid me.

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.

I'm just thinking what the test would be to check if it's the first request.

getRequestedSessionId == null?


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

Reply via email to