Answer Posted / sunil kumar
Sessions are used to store information about the user across the requests.
Laravel provides various drivers like file, cookie, apc, array, Memcached, Redis, and database to handle session data.
By default, file driver is used because it is lightweight.
Session can be configured in the file stored at config/session.php.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is eloquent orm in laravel?
Tell me what is the purpose of using dd() function iin laravel?
Do you know what is http middleware?
Explain homestead in laravel.
How to create view Laravel - File Uploading ?
What is register method?
What do you mean by composer?
What is composer lock in laravel?
What are route groups?
What is database migration in laravel? How to use this?
Why we use Laravel - Artisan Console ?
List basic concepts in laravel?
What is http middleware?
What do you understand by lumen?
What is double submit cookie?