Tagged Questions

14
votes
5answers
7k views

Cache VS Session VS cookies?

What are the do's and don'ts about Cache VS Session VS Cookies? For example: Im using Session variables a lot and have sometimes problem in a booking-application when users starts to order products ...
6
votes
4answers
2k views

ASP.NET MVC - Is there a way to simulate a ViewState?

I have the following situation... In a certain View, the user must select the initial hour, the final hour and the weekday. But, I can't save this informations to DB 'cause I need to save my whole ...
0
votes
3answers
26 views

Storing DataSet in ViewState or Session State

Currently i am storing the DataSet in a ViewState but, storing the Dataset into ViewState will have the impact on the performance of the page. Can you'll suggest me whether i can use Session or ...