PHP code snippet – How to clear session in laravel?
# ref: https://laravel.io/forum/02-06-2014-session-destroy Session::forget('yourKeyGoesHere') // Removes a specific variable
# ref: https://laravel.io/forum/02-06-2014-session-destroy Session::forget('yourKeyGoesHere') // Removes a specific variable