Way to logout user with Basic Authentication?
Does anyone out there know a way to have a user logout of a session, short of closing the browser, when they have been authenticated using Basic Authentication. In Jason Hunter's book Java Servlet Programming, he says basic authentication does not support any log out mechanism, but I am asking anyway, in case someone has found a way to do this. Thanks..
-susan

