What are the different modes for the sessionstates in the
web.config file?
Answer Posted / lavanya
Session states are 3 types
1.Inproc : Session state is maintained in memory of application
2.OutProc : Session state is maintained in separate process
called stateserver
3.Sql server: Session state is maintained at sql server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a 1x1 pixel?
What is the difference between cache and cookies?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain how do you validate the controls in an asp .net page?
Where the assembly is stored in asp.net?
Define a web service in .net?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is a swagger in web api?
What are the Types of chaching. How to implement caching
How can you use a custom controls in ASP.NET application?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the displayafter property in updateprogress control?
Explain about Multi-Language integration?
What is synchronous and Asynchronous post back ?