why we use Laravel - Session ?

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


Please Help Members By Posting Answers For Below Questions

How to create Controller Laravel - File Uploading ?

1079


Explain the difference between laravel 4 and laravel 5?

574


How to generate application key in laravel?

535


How can you display html with blade in laravel?

473


What do you understand by unit testing?

575


Do you know laravel eloquent?

519


What is service container?

553


How to Assigning Middleware to Route ?

647


What are the requirements for laravel 5.8?

533


What is artisan in laravel?

517


How to stop valet?

518


Explain faker in laravel.

522


What is eloquent orm in laravel?

525


Explain reverse routing in laravel.

559


How to share data with views?

533