Skip to content

Commit 0c25dcc

Browse files
Update AuthController.php
we need to flush sessions.
1 parent 301a7e0 commit 0c25dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Web/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function login()
2929
public function logout()
3030
{
3131
Auth::logout();
32-
32+
Session::flush();
3333
return redirect()->route('home');
3434
}
3535

0 commit comments

Comments
 (0)