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

[390 byte] By [SusanO] at [2008-1-26]
# 1
Hi Susan,I was looking for a solution to the same problem, until I read the following article..... http://www.modpython.org/pipermail/mod_python/2001-August/001599.htmlBasic Authentication is not a Login/Logout process. Unfortunately....
lmartijn at 2007-7-1 > top of java,Security,Other Security APIs, Tools, and Issues...