Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain asp.net mvc request life cycle? : asp.net mvc

1167


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

1070


What is http request and response?

1072


What are the ways to sending the data in ASP.NET page?

1184


Which class is used to send an email message from an ASP.NET Web page?

1073


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

1029


Why we are using mvc instead of asp.net? : Asp.Net MVC

1113


Describe the diffeerence between inline and code behind?

1091


Explain global assembly cache.

1080


Explain the role of global.asax?

1045


Describe session handling in a webfarm, how does it work and what are the limits?

1134


What is application in asp net?

977


Fetch one page value to another page without using state-managment ?

950


Which asp.net objects encapsulate the state of the client and the browser?

1150


Explain the benefits of viewstate?

1080