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 are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


What are merge modules?

0 Answers  


What is ispostback method in asp.net?

0 Answers  


can we edit records from repeater control

2 Answers  


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,






What are the versions of garbage collection?

0 Answers   Proteans,


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

0 Answers   MCN Solutions,


Explain the difference between an exe and a dll?

0 Answers  


what is narmalization

4 Answers   Wipro,


“~” means in asp.net application?

4 Answers   IBS,


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


Categories