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
What is laravel and why it is used?
How to install homestead vagrant box?
What is the service container in laravel?
What is laravel orm?
List types of the relationships supported by laravel?
What is uuid in laravel?
Explain how to add csrf protection in laravel?
What is laravel spark?
What are redirect responses?
How x-csrf-token is different from csrf tokens?
Explain service container?
How to get current action name in laravel?
Laravle supports which databases?
What is Testability ?
What is database migration. How to create migration via artisan?