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 do I use eloquent to get a list of comments with one author each avoiding n+1 queries?

0 Answers  


Name some inbuilt authentication controllers of laravel.

0 Answers  


What is the function of die?

1 Answers  


What do you mean by make() method?

0 Answers  


Explain api.php route.

0 Answers  


What is use of laravel?

0 Answers  


How will you explain dd() function in laravel?

0 Answers  


How can you retrieve values for laravel configration files.

0 Answers  


What is laravel framework?

0 Answers  


How do I register a middleware?

0 Answers  


What are seeds in laravel?

0 Answers  


What is asset in laravel?

0 Answers  


Categories