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

How can we create Tree control in asp.net?

572


What is content place holder?

512


Which data type does the rangevalidator control support?

541


What is boxing and unboxing in asp.net?

655


Describe in brief .net framework and its components.

535






What I need to create and run an asp.net application?

501


Can more than one person use the same login?

564


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

573


What is ascx?

519


What is asp.net file?

621


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

585


What is the good practice to implement validations in aspx page?

619


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2006


Write a code for passing ArrayList in Web API?

1042


Are there resources online with tips on asp to asp.net conversions?

532