How many types of session in asp.net2.0

Answers were Sorted based on User's Feedback



How many types of session in asp.net2.0..

Answer / swapna

ASP.NET pages typically post back to themselves in order to
process events.

Cross Page posting enables us to submit a form and have
this form and all its control values posted to another page.
The control which posts the page and all the control values
it contains has PostbackURL property.

And the receiving page uses PreviousPage property and the
PreviousPageType page directive to access the posting page
values

Is This Answer Correct ?    53 Yes 40 No

How many types of session in asp.net2.0..

Answer / surinder kumar

Three types of session states in asp.net:-
1. Sql Server
2. Inprocess session
3. Out Process session

Is This Answer Correct ?    26 Yes 15 No

How many types of session in asp.net2.0..

Answer / knowledgenet

There are three types of sessions in asp.net:
1.In-process(Default).
2.windows Service(out-proc)
3.SQL server

Is This Answer Correct ?    22 Yes 12 No

How many types of session in asp.net2.0..

Answer / vivek

1.In Proc (bydefault, highest performance)
2. out Proc/state server(differe dedicated server)
3. SQL server(Reside in mssql databse)

Is This Answer Correct ?    22 Yes 14 No

How many types of session in asp.net2.0..

Answer / divya p i

3 types

In proc
Out proc
Sql server

Is This Answer Correct ?    12 Yes 7 No

How many types of session in asp.net2.0..

Answer / gaurav

1. In Proc Session
2. Out Proc Session
2(i) Sql Server
2(ii) State Server

Is This Answer Correct ?    2 Yes 0 No

How many types of session in asp.net2.0..

Answer / suraj

There are two types of Sessions: In Process (default) and
Out Process (There are two options for Out Proc sessions: a)
Using ASP.NET State Service b) SQL Server Database)

With Out Process sessions, comes the concept of Web
Gardening and Web Farming.

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / rajkannu

three types of session states in asp.net

InProc
OutProc
SqlServer

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / liyamary varghese

asp.net supports 4 types of sessions
1)in process:
2)state server
3)sql server
4)custom[it requires manual coding

Is This Answer Correct ?    1 Yes 0 No

How many types of session in asp.net2.0..

Answer / jeyam

In proc
Out proc
Sql server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to find last error which occurred?

0 Answers  


Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  


How about the security in Activex DLL and Activex EXE ?

0 Answers   DELL,


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.

1 Answers   TCS,






What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


What is boxing? How we can use it?

4 Answers   Infosys, NIIT,


What are the events in a page life cycle?

0 Answers  


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


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

0 Answers  


What is the difference between file-based dependency and key-based dependency?

0 Answers  


Explain the difference between array and linkedlist?

0 Answers  


Categories