Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to clear session in laravel

# ref: https://laravel.io/forum/02-06-2014-session-destroy

Session::forget('yourKeyGoesHere') // Removes a specific variable
Source by laravel.io #
 
PREVIOUS NEXT
Tagged: #clear #session #laravel
ADD COMMENT
Topic
Name
5+2 =