This commit is contained in:
Jan Bartel 2016-11-04 11:44:15 +11:00
parent f79d7cfe20
commit 15e2259885
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ public class Session implements SessionHandler.SessionIf
_handler = handler;
_sessionData = data;
_newSession = true;
_sessionData.setDirty(true);
_requests = 1; //access will not be called on this new session, but we are obviously in a request
}