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...

If I'm developing an application that must accomodate
multiple security levels though secure login and my ASP.NET
web appplication is spanned across three web-servers (using
round-robbin load balancing) what would be the best approach
to maintain login-in state for the users?

Answer Posted / m venkata murali krishna

The simplest form of this question is , which mode of
session state you need to choose to persist the state
across mulitple webservers?
Answer is: StateServer, SQL Server, may be you can go for
custom also.
Explanation about modes:
ASP.NET session state supports several different storage
options for session data. Each option is identified by a
value in the SessionStateMode enumeration.
InProc mode: which stores session state in memory on the
Web server. This is the default.
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.

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.

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

Off mode: which disables session state.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between state server and sqlserver : Dot net architecture

832


difference between data reader and dataset

2169


Explain .net mobile automatic paging? : Microsoft dot net mobile

868


Are there any third party logging components available?

885


how to delete the record using data reader

2411


What is gui programming? : .NET Architecture

877


Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile

853


Explain difference between inprocess vs out process session state? : .NET Architecture

933


How can we perform data binding in atlas?

872


Which software is used for .net programming?

892


Explain pipelining? : Dot net architecture

946


Explain the race around condition? How can it be overcome? : Dot net architecture

894


What is cache coherency and how is it eliminated? : Dot net architecture

881


inprocess vs out process session state : Dot net architecture

890


Explain about httpruntime.cach.get(); method?

963