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
How to create Controller Laravel - File Uploading ?
Explain the difference between laravel 4 and laravel 5?
How to generate application key in laravel?
How can you display html with blade in laravel?
What do you understand by unit testing?
Do you know laravel eloquent?
What is service container?
How to Assigning Middleware to Route ?
What are the requirements for laravel 5.8?
What is artisan in laravel?
How to stop valet?
Explain faker in laravel.
What is eloquent orm in laravel?
Explain reverse routing in laravel.
How to share data with views?