RE: Enumerating sessions

2004-06-15 Thread Frank Zammetti
good place for it. Thanks a bunch guys! Frank From: "Van Riper, Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Enumerating sessions

RE: Enumerating sessions

2004-06-15 Thread Van Riper, Mike
ley Struts User Group http://www.baychi.org/bof/struts/ mailto:[EMAIL PROTECTED] > -Original Message- > From: Nick Heudecker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 1:43 PM > To: Struts Users Mailing List > Subject: Re: Enumerating sessions > &g

Re: Enumerating sessions

2004-06-15 Thread Nick Heudecker
Wouldn't this do it? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/servletapi/javax/servlet/http/HttpSessionListener.html Frank Zammetti wrote: Hello all... is there any good way to enumerate all sessions under a given webapp? I know there used to be the SessionContext, but that has since been

Enumerating sessions

2004-06-15 Thread Frank Zammetti
Hello all... is there any good way to enumerate all sessions under a given webapp? I know there used to be the SessionContext, but that has since been deprecated as of servlet spec 2.1 I believe... Is there anything in Struts that might help? Basically I'm just looking for an accurate way to d