Hide
Session may be used to keep user (that don't register for listener) for a parameterized time.
All users which have a session (means all user without exception) should be displayed in the user session view in the RCP (should be in the connected user list in the front-end).
When a user register for listener, the session becomes infinite and the crash is detected by listeners.
If the user has no listener, it is kept for the parameterized time (by default 1 hour)
Show
Session may be used to keep user (that don't register for listener) for a parameterized time.
All users which have a session (means all user without exception) should be displayed in the user session view in the RCP (should be in the connected user list in the front-end).
When a user register for listener, the session becomes infinite and the crash is detected by listeners.
If the user has no listener, it is kept for the parameterized time (by default 1 hour)
Register users have an infinite session and disconnection is managed by events
Non-register users have a session that last 1 hour by default and renewed every time a request is made to the scheduler
Fixed by Revision: 12546