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 url in laravel?
Explain contextual binding and how does it work?
What is db facade?
How can we get the user's ip address in laravel?
What is binding?
What is composer in laravel php?
Define @include.
What is acl in laravel?
What is Middleware Parameters ?
what is meant by Listeners ?
What are the requirements for laravel 5.8?
Tell me how to use insert statement in laravel?
Why are migrations important?
Define lumen.
What is csrf protection token?