0 Replies Latest reply on Jul 13, 2005 12:00 PM by jpsabadini

    Method to kill HttpSession (besides invalidate() )

    jpsabadini

      Hi there!
      I have an application variable that have all the session Id (one sid for each logged users). I want that de System Administrator be able to kill any session for a given sid, so I need a method or something that kills a session given the sid.
      I cannot use the invalidate() method from HttpSession because I have not an instanciated HttpSession class, I'm only have a sid List.
      Any clues???

      Thanks in advance,
      JP