How many types of session in asp.net2.0
Answer Posted / 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 |
Post New Answer View All Answers
What are the new web part controls in asp.net 2.0 ?
What are the features that make asp.net more used framework? : asp.net mvc
What is http response header?
Which class is used to send an email message from an ASP.NET Web page?
What is a form tag?
What is a session government?
Is it true that a Web service must be written in .NET or not?
What is the difference between visual basic and asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
How we implement web farm and web garden concept in asp.net?
Which is the parent class of the ASP.NET server control?
How ViewstateMac works?
Explain the server control events of asp.net ?
What is synchronous and Asynchronous post back ?
Explain what is event bubbling?