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 cookies cache and session?
What is difference between rest and soap?
In which situation can you not use a viewstate?
What are the advantages of Web API?
How does session id work?
What do you mean by serialize and marshalbyref?
Explain the role of global.asax?
What is a web api? Which protocol is used in a web api?
What is the difference between Hash table and Array list?
How to Insert/Add in ASPXgridview
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
How to Separate background image and front image from original picture....
What is session in web technology?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc