Re: StandardManager instance

2006-02-10 Thread Supreeth Shetty
So does that mean i need to store the sessions myself?? Can i not get the list of sessions already being managed by tomcat? - Original Message - From: "Leon Rosenberg" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 10, 2006 10:14 PM Su

Re: StandardManager instance

2006-02-10 Thread Leon Rosenberg
class SessionHolder implements HttpSessionListener{ /* (non-Javadoc) * @see javax.servlet.http.HttpSessionListener#sessionCreated(javax.servlet.http.HttpSessionEvent) */ public void sessionCreated(HttpSessionEvent arg0) { //Store session