How many types of session in asp.net2.0

Answer Posted / manish pathak

There are two category of Session type:

(1) Inproc : are those which are stored under aspnet_wp.
(2) OutProc : are those which are stored outside aspnet_wp.

- Inproc : This is default session state and it is stored
locally in the memory of asp net worker process.

- OutProc :
(a) StateServer : it is stored outside aspnet_wp & is
managed by window service. Location of that service is
specified by stateConnectionString attribute.
(b) SqlServer : it is also stored outside aspnet_wp &
is managed by Sql Server Database. Location of that database
is specified by sqlConnectionString attribute.

Thanks
Manish Pathak

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

751


explain code with multi inhertance

1838


Where the cookie value is stored?

702


What is asp.net web pages?

703


In ViewState How much lifespan items stored?

816


What is the full meaning of asp.net?

702


What are validator? How do you disable them?

789


Describe the disadvantage of cookies.

765


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

726


What is the adavantage of using ASP.NET routing?

858


How would you implement inheritance using c#?

763


Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?

734


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

766


How do u deploy your asp.net application?

782


What are the advantages and disadvantages of Using Cookies?

697