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


Please Help Members By Posting Answers For Below Questions

How Session use Cookies in State Management?

599


What is the page life cycle in asp.net?

550


Which object wraps the state or data of a user?

538


Which method is used to perform all validation at the page level?

527


What is session and cookies in asp.net?

545






how to debug web services on consumer side?

566


How can we register exception filter from the action?

658


When you use Ajax controls in the ASP.NET application?

557


Can you explain the importance of finalize method in .net?

579


How would you get asp.net running in apache web servers? Explain it's limitations.

524


What is a user developed application?

516


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

488


What does the orientation property do in a menu control?

526


Can you explain one critical mapping? Performance issue which one is better?

460


How to create events for a control?

539