How many types of session in asp.net2.0
Answer Posted / nizath ali
There are two main categories of session in asp.net2.0,
(1) Session InProcess:
InProc
(This is default in web.cofig file and high performence.)
(2) Session OutProcess:
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.)
Simply three types of session in asp.net2.0,
i)InProc
ii)State Server
iii)SQL Server
Regards,
Nizath Ali.U
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is query string?
What is viewstate information stored?
What are the types of session in asp.net?
What is asp.net and how it works?
Where viewstate value is stored in asp.net?
What is the difference between page-level caching and fragment caching?
What is a session http?
What is Pre-Render event in ASP.NET?
What is considered a service provider?
Explain server-side scripting and client-side scripting.
Can I tap into other windows livetm services?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
How do you remove duplicates without using remove duplicate stage?
What are the new login controls in asp.net 2.0?
How information about the user's locale can be accessed?