So, maybe you should check on the "new login" if you have a logged in user and log him out manually - and flush the session in this particular case ?
Feb 25, 2016
9
Level 10
Logout Event
In 5.2 I'm trying to clear the sessions when a user logs out. If they don't and they login with a different account, it will show a character that they selected from a different account.
The following worked in 5.0 but it's not working now...
$events->listen('auth.logout', function () {
session()->flush();
});
Please or to participate in this conversation.