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 |
What is blade php in laravel?
What is csrf token in laravel?
Explain the bindings and singletons properties?
What is Laravel - File Uploading ?
What are the feature of laravel 5.0?
What is binding?
What is the laravel?
In which folder robot.txt is placed?
How to create model controller and migration in a single artisan command in laravel?
What are the major differences between laravel 4 and laravel 5.x?
How to enable or disable maintaince mode in laravel.
Define laravel guard.