Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why we use Laravel - Session ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

How to add multiple and conditions in laravel query?

0 Answers  


How facades are different from dependency injection?

0 Answers  


Explain how to create custom middleware in laravel?

0 Answers  


How to do 301 redirects in laravel?

0 Answers  


What is auth in laravel?

0 Answers  


How do I use sub-domain routing?

0 Answers  


What are the databases laravel supports?

0 Answers  


What are class traits?

0 Answers  


How to get configuration values in laravel?

0 Answers  


How to remove a complied class file?

0 Answers  


How to clear cache in laravel?

0 Answers  


How to stop valet?

0 Answers  


Categories