posted 16 years ago
Just I wanted to know how keep track of active sessions in a distributed environment.(Clustered Env)
I knew If the application is running on a single JVM, we can use HttpSeeionListener and findout the active sessions count.
In multiple JVM env we can't track using this interface.
Please clarify my doubt.. Thanks in advance.