Simple forum software for building great communities.
Go to file
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
framework/core Bind session handling to request lifecycle 2018-03-18 15:58:31 +01:00