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 backend framework?
What is meant by Authorization Mechanism in Laravel ?
How to run a php file in laravel?
Explain events in laravel?
What is an api route?
How auth is used?
How we can get user's detail when he is logged in using auth?
What is uri in laravel?
Which template engine laravel use?
What is a composer, and how can we install laravel by the composer?
Explain what is laravel
Can you explain about serialization?