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 laravel elixir?
How will you explain homestead in laravel?
Explain the directory structure of laravel 5.6.
What is the use of route in laravel?
Is laravel safe from sql injection?
What is csrf protection in laravel?
How to use basic routing in laravel?
What is mvc framework?
How do I register a middleware?
What is auth? How is it used?
Explain active record concept in laravel.
Explain few features of laravel?