why we use Laravel - Session ?



why we use Laravel - Session ?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is slug in laravel?

0 Answers  


How can we handle Error Handling in Laravel ?

1 Answers  


How to configure cron jobs in homestead?

0 Answers  


What is homestead in laravel?

0 Answers  


How to retrive current environment in laravel?

0 Answers  






What are accessors and mutators in eloquent and why should you use them?

0 Answers  


List some use valet commands?

0 Answers  


What do you understand by lumen?

0 Answers  


What is auth? How is it used?

0 Answers  


What is the use of db facade?

0 Answers  


What is the difference between laravel and symfony?

0 Answers  


What is named route?

0 Answers  


Categories