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

Differnce between Control an View State

1 Answers   Proteans,


Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


Explain difference between friend and protected friend?

0 Answers  


why we are using delegates and in which condition it is required?

3 Answers   TCS,


What are Caching techniques in .NET

0 Answers   Microsoft,






Can action method static?

0 Answers  


What does this do? gacutil /l | find /i about

1 Answers  


How can you dynamically add user controls to a page?

0 Answers  


You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?

6 Answers   TCS,


What is clr? Difference between clr & cts?

0 Answers  


Can we make activex dll also ti execute in some process as that of client ? How can we do?

0 Answers   DELL, Zerone,


How many types of validation are there?

0 Answers  


Categories