mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
With this change, session objects are no longer instantiated globally, but instead created within a middleware during the request lifecycle. In addition, session garbage collection is integrated with the already existing middleware for this purpose.