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

What is caching? Explain.

551


What is the difference between the response.write() and response.output.write() methods?

519


How to you can limit Access to Web API to Specific HTTP Verb?

668


What does mvc represent in asp.net? : asp.net mvc

526


What is full form of asp.net?

521






What is rich control in asp.net?

524


What is the difference between mechine.config and web.config?

734


What are the page life cycle events?

498


What are the features that make asp.net more used framework? : asp.net mvc

547


What are server objects?

517


Describe the disadvantage of cookies.

599


Which dll handles the request of .aspx page?

561


How many languages are supported by .NET at present time?

285


what is silver light when will we use silver light,

1445


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

520