Simple forum software for building great communities.
Go to file
Daniel Klabbers 274dac123f fixes internal clients use of session
With remember from cookie, in certain edge cases, the middleware would
try to load a session which hasn't been instantiated as this middleware
is excluded for the client. Excluding the remember from cookie
middleware will resolve this as authentication is done using the
RequestUtil and ActorReference regardlessly.
2021-07-13 00:32:13 +02:00
framework/core fixes internal clients use of session 2021-07-13 00:32:13 +02:00