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 tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

690


Why is xap important?

692


Explain cookies with example.

658


What is the concept of view state in asp.net?

656


What is preprocessor in .net? Where it use?

618






How does exception management works in ASP.NET?

695


Define tracing.

722


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

621


What is the difference between user control an custom control?

707


What are the advantages and disadvantages of session?

746


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

600


Which validator control you use if you need to make sure the values in two different controls matched?

736


What is application session?

588


Explain the difference between Web Garden and Web Farm?

650


Explain parts of assembly?

636