How many types are there session

Answers were Sorted based on User's Feedback



How many types are there session..

Answer / shivendra pandey

Yes there is only two type of session inproc and outproc
In inproc session is stored on the server itself but some
time when we deploy our application on multiple server so
we can't store it on webserver in this case we go for
database or some other places then session is called outporc

Is This Answer Correct ?    12 Yes 1 No

How many types are there session..

Answer / alpesh

there are only two types

1). Inproc
2). OutProc

OutProc is also have three subtypes

a). StateServer
b). SQL Server
c). Custome

Is This Answer Correct ?    11 Yes 2 No

How many types are there session..

Answer / raju

till now i believe only three types...can u tell me wat r
those four types?

Is This Answer Correct ?    7 Yes 2 No

How many types are there session..

Answer / pravin

4

Is This Answer Correct ?    7 Yes 4 No

How many types are there session..

Answer / shafi syed

There are 4 sessions in ASP.NET and we confiure all this in
GLOBAL.ASPX file
1. Application_Startn
2. Application_End
3. Session_Start
4. Session_End.

Is This Answer Correct ?    4 Yes 20 No

Post New Answer

More ASP.NET Interview Questions

What is a runtime version?

0 Answers  


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?

1 Answers  


What is tracing? Where is it used?

0 Answers  


Types of values mode can hold session state in web.config ?

1 Answers   Accenture, Parrot Systems,






What is the use of web.config and machine.config files?

0 Answers   Amdocs,


What is session in asp.net?

0 Answers  


Explain managed code an un-managed code.

0 Answers  


What are sql notifications and sql invalidations?

0 Answers  


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


What is the difference between and ActiveX dll and control?

2 Answers   Microsoft,


Categories