How many types of sessions are there?

Answer Posted / sushil

asp.net supports 2 types of sessions
inprocess:session maintained by application domain[default]

outprocess:session maintained outside application
domainexternal to worker process.the external process can be:-

(i)state server:is a service of o/s which comes with .net
installation.this supports temopary storage.

(ii)sqlserver:persistent storage is supported.

(iii)custom:requires manual coding

cookieless session:it is a concept of providing sessionid to
client by appending to url.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know caching feature?

557


How can you identify that the page is post back?

546


What role “#&&” plays in a querysting?

543


Define repository pattern in asp.net mvc? : asp.net mvc

492


Describe the diffeerence between inline and code behind?

505






What is http protocol and how it works?

519


What is the use of session in web application?

479


Which adapter should you use, if you want to get the data from an access database?

530


About CLR, reflection and assemblies?

1533


What does passport and windows authentication mean in ASP.NET?

643


How do you implement postback with a text box?

554


What is the difference between exe and dll?

551


What is the difference between page-level caching and fragment caching?

523


What is the significance of proxy user?

610


What is the advantage of using Windows authentication in a Web application?

548