Re: list of sessions

2006-07-03 Thread Mark Thomas
tanja Fuhr wrote: > Hello, > > I would like to get list of sessions, which Tomcat are managed. > I see, that I can use method findSessions() of StandardManager class, but I > don't how can I get an instance of this class. > All what I have is HttpServletRequest and H

list of sessions

2006-07-02 Thread tanja Fuhr
Hello, I would like to get list of sessions, which Tomcat are managed. I see, that I can use method findSessions() of StandardManager class, but I don't how can I get an instance of this class. All what I have is HttpServletRequest and HttpSession T