Types of session management in ASP.NET?



Types of session management in ASP.NET?..

Answer / 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

More ASP.NET Interview Questions

What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

0 Answers  


How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,


When do you set "<IDENTITY impersonate="true" />" ?

1 Answers  


What is asp.net architecture?

0 Answers  


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


When would you set this property to false?

2 Answers  


What is view state and use of it ?

1 Answers  


what is the use of untyped data set ?

5 Answers   TCS, Wipro,


How do sessions work?

0 Answers  


What’s the difference between response .redirect and server.transfer?

0 Answers  


What is a windows service?

0 Answers  


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


Categories