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 are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


How does a content page differ from a master page?

0 Answers  


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

0 Answers   CTPL,


Explain what is an abstract class?

0 Answers  






What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


How does ASP.NET framework maps client side events to Server side events.?

0 Answers  


Where web.config file is used?

0 Answers   HCL,


What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?

0 Answers  


Difference between ISQL and OSQL??

1 Answers  


What is _dopostback in asp net?

0 Answers  


Categories