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

Which of the following .NET framework supports Web API?

0 Answers  


How to create events for a control?

0 Answers  


Why do we use Option Explicit?

2 Answers   Microsoft,


Whats MSIL, and why should my developers need an appreciation of it if at all?

3 Answers   Siebel,


How to kill session?

18 Answers   Protech,






When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


What is Fragment Caching in ASP.NET?

2 Answers   MCN Solutions, pspl, Wipro,


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


What is bound controls

0 Answers   MCN Solutions,


What is view state and how it works in asp net?

0 Answers  


Categories