What are the type of session in Asp.Net

Answer Posted / prakash j

There are three kinds of session, and they are listed as follows
1. Inprocess.
2. Outprocess.
3. Sql server session.

where they are stored.
1. inproc - default stored in web.config.
2. outproc - stored in server side.
3.Sql server - stored in database.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

504


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

535


What are validators and list some validators of asp.net?

537


What are the advantages and limitations of query string?

566


How many types of cookies are there in asp.net?

535






Can we create a multiple user simultaneously ?

584


Which is better union or union all?

555


how to retrieve property settings from xml .config file.

543


How will you do Redo and Undo in a TextControl?

664


How do you use viewstate?

552


What is the concept of view state in asp.net?

560


What is comparevalidator?

521


What is csrf attack in asp.net?

515


Elaborate differentiation between ViewState and SessionState?

609


What is application variable in asp.net?

463