How session validation (`validateSession` in `sessionOptions`) is being triggered? In one example, the `CheckAuth` function is being triggered `onEnter` of a route. https://github.com/bernabe9/redux-react-session/blob/master/src/index.js#L26 This library uses `localforage`. https://github.com/bernabe9/redux-react-session/blob/master/src/index.js#L39-L46 https://github.com/localForage/localForage/blob/master/src/localforage.js#L117-L154 Unfortunately, I did not find what does 360 means as it relates to `localforage`.