When using the container's form-based authentication to login, is there a method to logout? Or do you have to manually re-write the HTTP headers to clear the authentication?
Drinking more tea is the key...
Daniel Rhoades
Ranch Hand
Joined: Jun 30, 2004
Posts: 186
posted
0
Interesting... using tomcat just calling invalidate() on the session object did it... I didn't think it stored that info in the session object.