Laravel automatically exits after changing the password

after changing the user"s password, the user automatically logs out
where the laravel is set or how it is implemented

Jul.19,2021

solved. \ Illuminate\ Session\ Middleware\ AuthenticateSession::class, middleware


you can just expire the seesion directly

.
Menu