Page MenuHomePhabricator

Create new session store abstraction to replace BagOStuff in SessionManager
Closed, ResolvedPublic

Description

Instead of BagOStuff which has no understanding of what kind of data it is reading / writing, we want a dedicated SessionStore class which encapsulates the BagOStuff and has enough understanding of the context to e.g. be able to select between multiple backends basedon session properties. In practice this probably means taking a SessionInfo for get/set/delete operations.

Event Timeline