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 |
In which directory laravel configartion files are kept.
What is mvc framework?
What is service providers?
What is service container?
How to assign a variable value for all view file?
How to get Retrieving the Request URI ?
What is eager loading in laravel?
What is artisan in laravel?
What is http / console kernels in laravel?
What is the use of route in laravel?
What is the best backend for react?
Explain extending bindings?