Hi

> <input type="submit" name="id0" value="Logout"
onclick="session.invalidate();response.sendError(response.SC_UNAUTHORIZED,
'Logged out');" >

You are mixing Java and JavaScript here.
Since session.invalidate() might even exist in some browsers javascript,
response.sendError surely wont.
Send the logout request to your server and do the invalidate and sendError
there from your servlet. That should work.

cu
  Steffen


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

Reply via email to