Answer Posted / braj bhasker singh
Four Types of Session Types-
1. InProc mode- which stores session state in memory on the
Web server. This is the default.
2.StateServer mode- which stores session state in a
separate process called the ASP.NET state service. This
ensures that session state is preserved if the Web
application is restarted and also makes session state
available to multiple Web servers in a Web farm.
3.SQLServer mode- stores session state in a SQL Server
database. This ensures that session state is preserved if
the Web application is restarted and also makes session
state available to multiple Web servers in a Web farm.
4.Custom mode- which enables you to specify a custom
storage provider.
5. Off mode- which disables session state.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is css and what is it used for?
If we remove web.config or machine.config from the application then, is this application will works?
Is data edited in the Repeater control?
What is the full form of asp.net?
What is full trust in asp.net?
How many types of triggers are there in update panel?
How will create assesblies at run time?
What is postback in asp net?
Explain serialization and deserialization?
What is the difference between asp.net and mvc?
How to implement Authentication and Authorization?
What is a url string?
What is preprocessor in .net? Where it use?
What is difference between rest and soap?
Explain asp.net application life cycle?