1 Reply Latest reply on Dec 10, 2001 3:19 PM by luke_t

    Logout

    dev_jboss1

      Hi All,

      I am trying to provide logout link on my JSP pages. I tried to Invalidate the session to logout, but it seems still the user is logged in. could anyone help me in this. How i can provide logout. I am not able to get the loginContext for my user. I will appericiate your grate help.

      Thanks,
      Devendra

        • 1. Re: Logout

          You don't give enough information to work out what is going wrong. What type of authentication are you using - BASIC or FORM? In the former case the browser is in charge of cacheing login information so may transparently log you back in.

          How are you invalidating the session?
          How do you know the user is still logged in?
          Are you sure pages aren't being cached?