:PROPERTIES: :ID: 0bd45cf9-6965-45e8-add1-8907381b7ccc :END: #+title: 2022-03-10 * Discussing issues with [[id:57ee2f00-9bcd-4e0f-8a77-ae1f2d4cda89][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 [[id:0328a202-376d-4e97-b0e3-031eaad2a557][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.