diff --git a/src/helma/framework/core/Session.java b/src/helma/framework/core/Session.java index 6cd17078..480e05f7 100644 --- a/src/helma/framework/core/Session.java +++ b/src/helma/framework/core/Session.java @@ -192,7 +192,7 @@ public class Session implements Serializable { * @param reval the request evaluator that handled the request */ public void commit(RequestEvaluator reval) { - lastModified = Math.max(lastModified, cacheNode.lastModified()); + // nothing to do } /**