AKE.kr
Resume
처음
Destroy all sessions in Laravel
Sep 11, 2021
Use this peace of code:
\
Session
::
getHandler
(
)
->
gc
(
0
)
;
1
Refs:
https://stackoverflow.com/questions/50732321/artisan-command-for-clearing-all-session-data-in-laravel
Comment