RE: How many jsessionid's is valid in my webapp

2007-07-10 Thread Caldarale, Charles R
> From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Subject: SV: How many jsessionid's is valid in my webapp > > I will take a look at HttpSessionListener. Any code examples will be > greatly appreciated The Tomcat 6.0 distribution includes this one: webapps/examples/WEB-I

SV: How many jsessionid's is valid in my webapp

2007-07-10 Thread Søren Blidorf
t Emne: RE: How many jsessionid's is valid in my webapp > From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Subject: How many jsessionid's is valid in my webapp > > Is there a why to tell how many jsessionid's is valid in my webapp. Not sure what you mean by "valid&qu

RE: How many jsessionid's is valid in my webapp

2007-07-10 Thread Caldarale, Charles R
> From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Subject: How many jsessionid's is valid in my webapp > > Is there a why to tell how many jsessionid's is valid in my webapp. Not sure what you mean by "valid" here; would "active" be a better term? &

How many jsessionid's is valid in my webapp

2007-07-10 Thread Søren Blidorf
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? Also is there a way to connect the username from my realm to the jsessionid so that I can display online users? BR Sore