cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServerSession.java

2001-08-31 Thread costin
costin 01/08/31 17:48:48 Modified:src/share/org/apache/tomcat/core ServerSession.java Log: Added more comments, more logging. Recycle the facade - this is important because prevents user code from "keeping" references to session objects that are reused. Since session is a l

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServerSession.java

2001-06-07 Thread costin
costin 01/06/07 20:02:58 Modified:src/share/org/apache/tomcat/core ServerSession.java Log: Removed Serializable from ServerSession, it is not needed ( we serialize each individual object if it is serializable - so we have more control ), and it also creates problem on "special"

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServerSession.java

2001-03-20 Thread costin
costin 01/03/20 22:46:42 Modified:src/share/org/apache/tomcat/core ServerSession.java Log: Added the notification call when the session change the state ( as in Context and ContextManager ). Revision ChangesPath 1.8 +25 -0 jakarta-tomcat/src/share/org/apach