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

In which directory laravel configartion files are kept.

0 Answers  


What is mvc framework?

0 Answers  


What is service providers?

0 Answers  


What is service container?

0 Answers  


How to assign a variable value for all view file?

0 Answers  


How to get Retrieving the Request URI ?

1 Answers  


What is eager loading in laravel?

0 Answers  


What is artisan in laravel?

0 Answers  


What is http / console kernels in laravel?

0 Answers  


What is the use of route in laravel?

0 Answers  


What is the best backend for react?

0 Answers  


Explain extending bindings?

0 Answers  


Categories