Søren Blidorf wrote:
Hi.

Is there a why to tell how many jsessionid's is valid in my webapp.

I want to use it to display the number of online users?

Not directly, buy you can implement a session listener to track sessions being created and destroyed and keep count of how many are currently active that way.

Also is there a way to connect the username from my realm to the
jsessionid so that I can display online users?

That would depend on the specifics of how you're performing authentication. However, going from a jsessionid to a username is going to be implementation dependent (if possible at all on a given serlvet container implementation), so you will probably need to track this mapping manually within your application.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to