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 / braj bhasker singh

Four Types of Session Types-

1. InProc mode- which stores session state in memory on the
Web server. This is the default.
2.StateServer mode- which stores session state in a
separate process called the ASP.NET state service. This
ensures that session state is preserved if the Web
application is restarted and also makes session state
available to multiple Web servers in a Web farm.

3.SQLServer mode- stores session state in a SQL Server
database. This ensures that session state is preserved if
the Web application is restarted and also makes session
state available to multiple Web servers in a Web farm.

4.Custom mode- which enables you to specify a custom
storage provider.

5. Off mode- which disables session state.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you enable impersonation in the web.config file?

1052


What is viewstate? What does the “enableviewstate” property do?

985


Which control has default post back is enabled(true)?

1122


Explain page output caching?

1040


Explain server-side scripting?

1108


How many types of sessions are there in asp net?

1045


Is it right that ASP.NET Web API has replaced WCF?

1018


Explain about ASP.NET?

1134


Explain asp.net web forms.

1145


How can we create custom controls in asp net?

1077


What is role-based security in asp.net?

1147


What is synchronous and Asynchronous post back ?

1175


What is the difference between stored procedure vs function?

1099


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2693


What is skin in asp.net?

998