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

What is the basic difference between asp and asp.net?

1 Answers  


Diff B/W user control and server control

3 Answers  


What is web api and why to use it?

1 Answers  


Explain what does wsdl stand for?

1 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  


How do you relate an aspx page with its code behind Page?

2 Answers   Accenture,


Explain Authentication mechanism in dotnet

1 Answers   BirlaSoft,


What data type does the Range Validator control support?

5 Answers  


what is webservices. howit is use in our project .

1 Answers   Patni,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

1 Answers   UGC Corporation,


What are the steps to follow to host a web application on a web server?

1 Answers   MCN Solutions,


how can u display multi language (i.e english,spanish...) web site?

2 Answers  


Categories