Issue #1071
This commit is contained in:
parent
f79d7cfe20
commit
15e2259885
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue