What are the different modes for the sessionstates in the
web.config file?
Answer Posted / p.ramakrishna
Off:Indicates that session state is not enabled.
Inproc:Indicates that session state is stored locally.
StateServer:Indicates that session state is stored on a
remote server.
SQLServer:Indicates that session state is stored on the SQL
Server.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain About WebService
How do http sessions work?
How do cookies work?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Can I tap into other windows livetm services?
What is the difference between session and application?
Explain the asp.net mvc request life cycle? : asp.net mvc
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is asp.net used for?
In how many ways we can retrieve table records count?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Which protocol is used to call web service?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is base class of .net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?