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
Explain php artisan?
What is the difference between laravel and symfony?
Describe laravel service provider?
Explain named routes in laravel?
What is meant by Laravel - Ajax ?
Explain how to do environment configuration in laravel?
What is meant by Attaching Cookies ?
Why laravel is the best framework?
How to assign a variable value for all view file?
Tell me how to get current environment in laravel 5?
What is the use of fillable in laravel?
What do you understand by unit testing?
What is blade template engine?
What is a laravel controller?
what is meant by Global Middleware and Route Middleware ?