In my config/session.php i have set this 'driver' => env('SESSION_DRIVER', 'file') and after I login in my application if I browse this folder storage/framework/sessions I can see an encrypted file with my session values, If I open this file i can see some code like this :