690 B
690 B
2022-03-10
Discussing issues with CP session management
- How do we update things like the set of active lists that we currently cache in redcache and the session?
- How do we solve for session issues as we work on Overhauling logins and session management?
It may be better to cache data on the client with browser storage and have the front-end applications load data from the lists service. In theory, we could emit events to the front-end application when objects update so that the client can update its cache.