I need to get the active session list. Searching about I saw a lot of people with the same question, but no answer.
I don't want to write a list inside a HttpSessionListener and keep the session list there, because I use session serialization and the list inside the listener would be destroyed in case the server is restarted. I'd like know which class does the Manager Application uses to get the session list, so I can use it in my application too. Thanks a lot, Phillip