Use form as opposed to basic authentication. There is no logout for Basic authentication and the behavior is browser dependent.
> From: "Richard O. Hammer" <[EMAIL PROTECTED]> > Reply-To: "Research Triangle Java User's Group mailing > list."<[EMAIL PROTECTED]> > Date: Mon, 05 Apr 2004 18:17:37 -0400 > To: Java Users Group <[EMAIL PROTECTED]> > Subject: [Juglist] HttpServletRequest.getRemoteUser() and Http Authentication > > Is there some way that I can cancel or timeout an HTTP authentication? > > I would like to use HTTP authentication to log into my webapp -- first > as one user and then as another user -- both from within one running > instance of a browser window. But what I have discovered so far seems > to suggest that a browser, once logged into a domain, will always > continue to send the same authorization header. > > Thanks, > > Rich Hammer > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
