1# ref: https://laravel.io/forum/02-06-2014-session-destroy
2
3Session::forget('yourKeyGoesHere') // Removes a specific variable
4
1# ref: https://laravel.io/forum/02-06-2014-session-destroy
2
3Session::forget('yourKeyGoesHere') // Removes a specific variable