Hi,
I understand "Basic Http Authenticaiton", e.g.,
String authHeader = req.getHeader ( "Authorization" );
if ( authHeader == null ) {
res.setHeader ( "WWW-Authenticate", "Basic
realm=\"Authentication\"" );
res.sendError ( HttpServletResponse.SC_UNAUTHORIZED );
}
But, what about "Basic Http Re-Authentication" ...
What if a user ( a student ) logs off your site,
then another student steps up to use the same browser.
How do I force the browser to forget the previous student.
I tried "setHeader("Authentication", null), that didn't work.
Can anyone share the proper technique???
Thanks.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html