Add CacheSession implementation & make WebSocketBus re-load the session when an event is received

This commit is contained in:
2022-08-09 23:01:36 -05:00
parent 8a153e3807
commit efb9726470
4 changed files with 161 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ export * from './http/kernel/module/ExecuteResolvedRouteHandlerHTTPModule'
export * from './http/session/Session'
export * from './http/session/SessionFactory'
export * from './http/session/MemorySession'
export * from './http/session/CacheSession'
export * from './http/Controller'