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
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