aspose file tools
The moose likes Tomcat and the fly likes de-authenticate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "de-authenticate" Watch "de-authenticate" New topic
Author

de-authenticate

Benjamin Hundley
Ranch Hand

Joined: Mar 06, 2006
Posts: 53
I'm using Tomcat 5.5 for my web application. I have a login link and I told tomcat to authenticate the request sent by the login link via the deployment descriptor. The problem is that now I don't know how to log a user out. Is there a way to de-authenticate a client?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
If you're talking about BASIC authentication -the kind where you enter username/password into a little dialog box popped open by the browser- then this is not possible. Once the browser knows it, it will always send it, until you quit it.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: de-authenticate
 
Similar Threads
Tomcat and LDAP.
How to configure Tomcat for authentication against Active Directory of Windows Server 2003
Filter not triggerring for applications outside webapps
can't add database control
Enabling SSO in J2EE application