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 best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


all asp.net interives questions

1 Answers  


Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 Answers  


write a sample code make use of xmltext writer

1 Answers   GCI,


What base class do all Web Forms inherit from?

8 Answers  






What are assemblies and namespaces and explain the difference between them ?

0 Answers  


How long does an http session last?

0 Answers  


What are the different methods of session maintenance in asp.net?

0 Answers  


what is the trace in ASP.NET

4 Answers  


Explain the difference between server control and html control.

0 Answers  


Which type of state management is provided by Query String in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are the ways of preserving data on a Web Form in ASP.NET?

0 Answers  


Categories