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 methods are fired during the page load?

3 Answers  


What are the steps to follow to host a web application on a web server?

0 Answers   MCN Solutions,


What parameters can you pass in the url of the api?

0 Answers  


what is shared assembly?

2 Answers   Microsoft,


What is customer control and user control?

1 Answers   Perot Systems,






I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


What is microsoft windows sharepoint services?

0 Answers  


What is a response cookie?

0 Answers  


What is the asp.net control toolkit?

0 Answers  


What is asp.net caching?

0 Answers  


Where we create sessions for Banking Applications and how to create? expalin with code?

1 Answers   Wipro,


what is dumpbin.exe?

1 Answers  


Categories