What are the type of session in Asp.Net

Answers were Sorted based on User's Feedback



What are the type of session in Asp.Net..

Answer / santosh

Session having to the some state but not types like

inproc,
state server,
sqldb server,

by default session mode is inproc, and we have killed pro
grammatically by using session.abondun() method then it
will be automatically killed, actually by default time
period of session is 20 min...

Is This Answer Correct ?    8 Yes 0 No

What are the type of session in Asp.Net..

Answer / sonamkothari160@gmail.com

Two types:
1.Inproc
2.Outproc

Is This Answer Correct ?    7 Yes 6 No

What are the type of session in Asp.Net..

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

More ASP.NET Interview Questions

Is data edited in the Repeater control?

0 Answers   Siebel,


How do you implement postback with a text box?

0 Answers  


Which library is used by the testers and developers to develop automated tests and create testing tools?

0 Answers  


Explain advantages of caching?

0 Answers  


What is the web.config file in asp?

0 Answers  


How to Deploy a project?

2 Answers  


What is postback and autopostback in asp.net?

0 Answers  


14. What are your Future Plans for Swatz Oils GROUP U.K?

0 Answers   CSC, Swatz Oils, TCS,


main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 Answers   Inflexion, Infosys, iSoft, Microsoft, Prakruthi,


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


Can we have 2 web config files?

0 Answers  


What is %20 in a url?

0 Answers  


Categories