RE: Subclassing the Session object

2002-10-18 Thread Milt Epstein
On Thu, 17 Oct 2002, Nick Sharples wrote: Shapira, Yoav writes: Hi, I don't know the direct answer to your question. But I'm curious as to the use-case that's requiring you to subclass HttpSession. As opposed to, for example, binding your (Serializable) objects to the

Subclassing the Session object

2002-10-18 Thread Nick Sharples
Hi, I'd like to subclass the Session object and I thought there was a configuration option somewhere to allow for this. Does anyone know how to configure which class is used for the Session? Cheers ..Nick -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

RE: Subclassing the Session object

2002-10-18 Thread Shapira, Yoav
- From: Nick Sharples [mailto:nick;runtime-collective.com] Sent: Thursday, October 17, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: Subclassing the Session object Hi, I'd like to subclass the Session object and I thought there was a configuration option somewhere to allow for this. Does anyone know

RE: Subclassing the Session object

2002-10-18 Thread Nick Sharples
Milt Epstein writes: On Thu, 17 Oct 2002, Nick Sharples wrote: Shapira, Yoav writes: Hi, I don't know the direct answer to your question. But I'm curious as to the use-case that's requiring you to subclass HttpSession. As opposed to, for example, binding your

RE: Subclassing the Session object

2002-10-18 Thread Nick Sharples
Shapira, Yoav writes: Hi, I don't know the direct answer to your question. But I'm curious as to the use-case that's requiring you to subclass HttpSession. As opposed to, for example, binding your (Serializable) objects to the session? Thanks, We have a clustered environment and

RE: Subclassing the Session object

2002-10-18 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Nick Sharples wrote: Date: Fri, 18 Oct 2002 09:45:32 +0100 From: Nick Sharples [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Subclassing the Session object Milt Epstein