1 Reply Latest reply on Aug 14, 2002 12:33 PM by tbfmicke

    Can you do logout?

    lepekhine

      Hi! When I start explorer I get basic authentication screen with prompts to username and password. I can run my application if username and password are valid. What should I do for logout? I have tried request.getSession().invalidate() but it seems does not help. When I redirect browser to my application page it continues to work without prompting for username, as so I am already authenticated untill I close the browser window.
      May be I must redirect to some page out of restricted zone? What did you do for logout? Did it work for you?
      Sorry for so many questions.
      Yours Alexander

        • 1. Re: Can you do logout?
          tbfmicke

          You are logged out, but most browsers seem to automatically login again if you already have done a basic login in the same window.

          If you use form-based login you will not see this happen.

          Regards