Make sure you're redirecting them correctly after you log them out, eg send them back to the login page. If you could provide some code, that would help.
Auth::logout();
return Redirect::to('login');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community