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

What are the new web part controls in asp.net 2.0 ?

531


What is the use of session in web application?

489


What is considered a service provider?

523


What is web api and why to use it?

567


What are query strings used for?

538






Which platform does Microsoft .NET use for exchanging data between applications?

594


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

610


Define a multilingual website?

539


Can we use a static function with a non-static variable?

515


What is the current version of asp.net?

505


Define viewstate in .net?

548


What is app_code folder in asp net?

545


What are the main advantages of using asp.net?

564


How do we sort the data from a dataset?

577


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1620