Why Session Is Not Working In Laravel

[Solved] Why Session Is Not Working In Laravel | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : why session is not working in laravel

Answered by : eager-emu-aynr9juxhh4p

// how to set session in laravel
// 1 use Illuminate\Http\Request; use this in web.php
// Route::get('set_session', function(Request $request){ // And write this code
$request->session()->put('user','jhon'); return redirect('session_get');
});

Source : | Last Update : Wed, 30 Mar 22

Answers related to why session is not working in laravel

Code Explorer Popular Question For Php Frameworks Codeigniter