diff --git a/src/helma/framework/core/Session.java b/src/helma/framework/core/Session.java index c3399d7f..91d132ba 100644 --- a/src/helma/framework/core/Session.java +++ b/src/helma/framework/core/Session.java @@ -108,6 +108,7 @@ public class Session implements Serializable { if (app.loginSession(userName, password, this)) { lastModified = System.currentTimeMillis(); modifiedInRequest = true; + return true; } return false; }