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
How information about the user's locale can be accessed?
Explain serialization and deserialization?
What is the main differences between asp and asp.net?
What is asp.net localization?
How do I use a proxy server when invoking a web service?
What is meant by server side scripting?
Why do we need a web application session?
What are demand-paging and pre-paging?
How does cookies work in asp net?
What is scope of an application variable in asp.net?
What are the Difference between asp.net and asp ?
Can you clarified A Web service can only be written in .NET or not?
Explain what is viewstate?
What is user control in asp.net?
Is there any alternative to avoid name collisions other then Namespaces?