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...

1. What is the difference between Cache and Session?
2. I cache limited to page like viewstate or it's accessible
through out the application like session?
3. Which one is better when I've some data that is to be
used across the application? Why is to better than the other?

Answer Posted / praveen singh

1.
A. Sessions may not improve performance whereas Cache will
improve site performance.

B. Sessions may change from user to user whereas a single
Cache will be maintained for the entire application.

C. Cache wont maintain any state, whereas Sessions will
maintain separate state for every user.

2.
Yes Cache is accessible through out entire application
3.
Application beacuse application object is share by entire
application.

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mvc and asp.net? : Asp.Net MVC

1065


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

1160


How would you turn off cookies on one page of your website?

997


Give 2 examples for scenarios when routing is not applied?

1100


Where is the view state data stored in asp net?

1070


What does occur first in ASP.Net, Authentication or Authorization?

1087


What are the differnt types of handler in ASP.NET?

1024


What does asax stand for?

1048


How can I configure asp.net applications that are running on a remote machine?

1103


In the Repeater control which way you can edit?

1144


What is the function of new view engine in asp.net? : asp.net mvc

1054


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

957


What is the difference between Session and response.Redirect?

1174


What kind of data we can store in viewstate?

1095


What is difference between view state and session state?

903