Re: JDBCStore implementation

2002-06-25 Thread Bob Herrmann
gt; Cheers, > Daniel > > > > > > [EMAIL PROTECTED] > 24.06.2002 18:17 > Please respond to "Tomcat Developers List" > > > To: [EMAIL PROTECTED] > cc: > Subject:Re: JDBCStore implementation > > >

Re: JDBCStore implementation

2002-06-25 Thread Craig R. McClanahan
See intermixed. On Tue, 25 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Tue, 25 Jun 2002 18:34:43 +0200 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: JDBCStore implementati

Re: JDBCStore implementation

2002-06-25 Thread Daniel . Rodrigues-Ambrosio
"Craig R. McClanahan" <[EMAIL PROTECTED]> 25.06.2002 18:08 Please respond to "Tomcat Developers List" To: Tomcat Developers List <[EMAIL PROTECTED]> cc: Subject:Re: JDBCStore implementation Hello Craig, On Mon, 24

Re: JDBCStore implementation

2002-06-25 Thread Daniel . Rodrigues-Ambrosio
t" To: [EMAIL PROTECTED] cc: Subject:Re: JDBCStore implementation > Hello everyone, > > I am writing about an issue on invalidation of sessions. > In the current implementation, a session is deleted from the Database when > it is invalidated. Is

Re: JDBCStore implementation

2002-06-25 Thread Craig R. McClanahan
On Mon, 24 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 24 Jun 2002 16:34:12 +0200 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: JDBCStore implementation > > Hello everyone, > > I am writi

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
Hello everyone, I am writing about an issue on invalidation of sessions. In the current implementation, a session is deleted from the Database when it is invalidated. Is this really the behavior expected? I mean, if there is an attribute to specify if a session is valid or not, a session that

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
Hello everyone, I am writing about an issue on invalidation of sessions. In the current implementation, a session is deleted from the Database when it is invalidated. Is this really the behavior expected? I mean, if there is an attribute to specify if a session is valid or not, a session that

Re: JDBCStore implementation

2002-06-24 Thread bob
> Hello everyone, > > I am writing about an issue on invalidation of sessions. > In the current implementation, a session is deleted from the Database when > it is invalidated. Is this really the behavior expected? I have been looking over the code some, and I think that behavior is correct.

JDBCStore implementation

2002-06-24 Thread Daniel . Rodrigues-Ambrosio
Hello everyone, I am writing about an issue on invalidation of sessions. In the current implementation, a session is deleted from the Database when it is invalidated. Is this really the behavior expected? I mean, if there is an attribute to specify if a session is valid or not, a session that