How many types of session in asp.net2.0
Answer Posted / rajen
There are three types of session in asp.net 2.0
1.Inproc(In Local process and default one)
2.Stateserver(At differnt Process and need serialised data)
3.Sqlserver(At sql Server and need serialised data)
The latter two are good for working with web farms and web
gardens.
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
How do I use response redirect?
Mention the execution process for managed code?
What is a proxy in web service?
Apart from IDE what are the enhancements in asp.net 2.0?
Why and where this web.config file is used?
Explain diff. Between friend and protected friend?
Explain in what order a destructors is called.
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is route in web api?
Explain About duration in caching technique
What is the function of new view engine in asp.net? : asp.net mvc
What are query strings used for?
In how many ways we can retrieve table records count?
Who is using asp.net?
Which is faster viewbag or viewdata?