I think this thread sheds some light: https://github.com/laravel/framework/issues/16311
Jan 22, 2017
7
Level 11
AuthenticateSession middleware
In the development branch of the laravel/laravel repository, I noticed that the AuthenticateSession middleware is added to the web stack (commented out). I've tried to understand what it's supposed to do, but the only thing I discovered is that the "remember me" checkbox no longer works when this middleware is enabled (done by ticking the checkbox, logging in, deleting the session cookie, and refreshing). Is that its intended purpose?
Please or to participate in this conversation.