Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SessionState -> CachedSessionState
Bridge server session lifetime states into a PSR-16 cache implementation to maintain state across requests.
Problem it solves
Server sessions require persistent state but must remain agnostic of the underlying infrastructure (e.g., Redis, local filesystem, memory).
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.