How many types of session in asp.net2.0
Answer Posted / mallikarjuna
sessions are two types :
they are
1.Inprocess(this is default,and high performence)
2:outprocess
in out proc we have other two types of sessions
they are
*state server
*sql server
these out proc is useful whethr the infrmation is
maintained in between to servers that time only we can use
this sessions.
Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
What is the use of placeholder control?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain the concept of View Model in MVC?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Which method is used to enforce garbage collection in .net?
What does passport and windows authentication mean in ASP.NET?
Why does my asp.net file have multiple tag with runat=server?
How to find last error which occurred?
What are cao and sao.
What is the use of autowireup in asp.net?
What do you mean by caching in asp.net?
What is is post back property in asp net?
Explain client side state management system.
How is application management and maintenance improved in asp.net 2.0?
Which asp.net objects encapsulate the state of the client and the browser?