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 csrf protection in laravel?
How can you make real time sitemap.xml file in laravel?
What is service container in laravel?
What do you mean by terminable middleware?
What do you know about traits in laravel?
Explain to listeners.
What is query scope?
How to make a custom validation rule in laravel?
What is a Views ?
Explain bundles in laravel?
How can someone turn off csrf protection for a specific route?
What is valet?
Which file is used to create a connection with the database?
What is laravel artisan?
What do you mean by dusk used in laravel 5?