1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00
Files
php-flarum/framework
Franz Liedke d60cec33be Bind session handling to request lifecycle
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.
2018-03-18 15:58:31 +01:00
..