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
How do we assign page-specific attributes?
Define the steps to set up validation control.
Whats the difference between abstract factory pattern and factory pattern?
What describes a query?
What is clr? Difference between clr & cts?
How many types of sessions in asp.net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is a multilingual website?
Which browsers support the xmlhttprequest object?
What is Web API Routing?
What is the difference between typeof() vs gettype()?
What is different authentication mechanisms used in ASP.NET?
What is difference between session and cookies in asp net?
Is asp.net is a programming language?