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
Describe the differences between the lifecycles of Windows services and Standard EXE?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
In Code-Behind class which kind of code (server or client) is found ?
Describe a bubbled event and how it is used ?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are session state modes? List some of the important session state modes of asp.net.
What is data grid view in asp.net?
What is http post and http get?
What is the difference between typeof() vs gettype()?
What is a master page and what does it do?
Explain the significance of routing? : asp.net mvc
What is role-based security in asp.net?
Is there any limit for query string? Means what is the maximum size?
What are web server controls in asp.net?
What is difference between session and cookie?