How many types of session in asp.net2.0
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
Answer / rajkannu
three types of session states in asp.net
InProc
OutProc
SqlServer
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What does it mean your session has timed out?
How Web Services help Us? What r the difference between Remoting and webservices
5 Answers Protech, TCS, Tech Mahindra,
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How can we prevent browser from caching an aspx page?
What is application Object?
What is the main difference between a static page and a dynamic page?
What are the different types of Session state management options available with ASP.NET?
what is Master pages in asp.net? what is the advantages and disadvantages?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How do I send e-mail from an ASP.NET application ?
what are the differences between windows services and web services?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)