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 include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

0 Answers   CTS,


What is app_code folder in asp net?

0 Answers  


what is cross page posting

3 Answers  


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

1 Answers   Accenture, Parrot Systems,


What is the difference between stored procedure vs function?

0 Answers  






Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


What is the part of url?

0 Answers  


How to deploy/publish webservices?How many ways?Plz explain me

0 Answers   TCS,


If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


what is new debug tools in asp.net ?

1 Answers  


Categories