How many types of session in asp.net2.0
Answer Posted / renu
Two types of sessions are there :
a. In process
b. Out Process
in which
a. In Process includes State Server/Cookies type of session
management.
b. Out Process includes SQL Server's type of session
management.
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What symbol specifies the beginning of a query string?
How would ASP and ASP.NET applications run at the same time on the same server?
What are the server controls in asp.net?
What is diff. Between abstract class and an interface?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Explain the difference between asp and asp.net?
Explain exception handling in .net.
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Write a code for sending an email from asp.net application.
What is the sequence in which ASP.NET events are processed?
List the types of authentication supported by asp.net?
What are session cookies?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the asp.net mvc folder conventions? : asp.net mvc
How information about the user's locale can be accessed?