-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
StartTime, EndTime, StartDay, EndDay...
- start time, end time config (Session time configuration #195)
- a session in the logout state expires when outside of session time (adds state logic for session expiration #197,adds ticker for session time checking #198)
- a session in the logon state expires when outside of session time (adds state logic for session expiration #197,adds ticker for session time checking #198)
- a session resets if in session time, but outside of the session creation (adds state logic for session expiration #197,adds ticker for session time checking #198,Session Time Timezone fix #201)
- a session can expire when not running (Session time #200,fixes some flakey session time behavior, better test coverage #202)
- an acceptor will not accept session connections outside of session time (only accept, initiate during session time #203)
- an initiator will not attempt a connection outside of session time (only accept, initiate during session time #203, initiator does not attempt connection when not session time #209)
- non-utc time zones (TimeZone configuration #206)
- start day, end day config for extended sessions (StartDay, EndDay for week long sessions #207)
- documentation (StartDay, EndDay for week long sessions #207)
Metadata
Metadata
Assignees
Labels
EnhancementMinor improvement requestMinor improvement request