michaell
Disabling sessions in frontend prevents logging in to FilamentPHP backend?
OK, a little more info.
If I un-comment the
StartSession
line in the web
middleware, I can log in.
If I comment it while I'm on the dashboard page, in development mode, the page almost immediately starts to reload continuously.
I'm not surprised that Filament needs session middleware!
I am surprised that it seems to need it in the web
group, even though it's supposedly using the same middleware itself?7 replies