Const
Dispatch when a kiosk user session has ended.
Payload is a Unix timestamp of when the session ended. May be called manually to end a session, but is also called automatically at times when a session should end (i.e. logout, session timeout, etc).
{ type: 'SESSION_END', payload: 1656427200000 // Date.now()} Copy
{ type: 'SESSION_END', payload: 1656427200000 // Date.now()}
also module-common-session/lib/common/reducers.endedAt
Dispatch when a kiosk user session has ended.