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 Jun 2002 [EMAIL PROTECTED] wrote: > Dat

Re: JDBCStore implementation

2002-06-25 Thread Daniel . Rodrigues-Ambrosio
Hi Bob, Thanks for your answer! Well, I agree that the refered field in the database would fit perfectly in the case of having more than one instance of Tomcat handling requests, but why can't it be used for the "local" session handling as well? About what you wrote: "Once a session is marked

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

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