Hello all,
I have recently been able to configure my web.xml file and all to use HTTP Basic Authentication, and it all works fine.. However, it seems that the only way I can "log out" to insert a different username/password is to exit my web browser and then restart it. Is there some way that I can manually "invalidate" the current authenticated session from within my java servlets? For example with HttpSession objects there is a simple invalidate() method that will invalidate that session object. Is there something similar for HTTP Basic Authentication? Thanks!! Ryan LeCompte [EMAIL PROTECTED] http://www.ull.edu/~rml7669 ___________________________________________________________________________ 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
