Answer Posted / veerendra
There are two types of session management in ASP.NET
namely., Client side and Server side.
Client side: Hidden forms, Hiddenfields, Querie
strings,Cookies, View state
Sever side; Application object, Session State, Caching.
Each type has its own advantages and preferences.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
What is caching? Explain.
What are validator? How do you disable them?
What is the maximum timeout we can set for Cookies?
Can you explain the basic use of dataview?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Explain the asp.net mvc folder conventions? : asp.net mvc
If we remove web.config or machine.config from the application then, is this application will works?
Define what is razor? : asp.net mvc
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain about Automatic resource management?
What are the various session state management options provided by asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What are main return types supported in Web API?