Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Not a bug
-
Affects Version/s: 1.1.0
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:n/a
Description
In 1.0.5 in order to see if a given session was timed out you can call getState().isTimedOut()
In 1.1.0 there is no getState() method in Session. So there is no way to know if a session is timedOut.
The getState() function disappeared from Session.java in revision 567.