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


Difference between ASP & ASP.NET Session State



Difference between ASP & ASP.NET Session State..

Answer / skmdali786

ASP:

1)ASP 's Session State was stored in the same process that
hosts ASP.

2)for different web servers, each Web server had its own
session state.

There was a problem in sharing session states in a web farm
situation.

3)No support for Cookieless sessions.

4)No web.config files for configuring the session state.

ASP.NET:

1)ASP.NET 's Session State is stored in the same process
that hosts ASP.net(default)
It can also be stored out of process in an sql server
database or a state server

2)different web servers can easily share the session state
using the appropriate

configurations.

3)Supports Cookieless sessions.(<sessionState
cookieless=true/>) in web.config file.

SessionId is visible in the browser.

4)uses web.config files for configuring the seesion state.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is state management technique?

0 Answers  


Are cookies stored on server or client?

0 Answers  


What are the advantages of asp.net mvc framework? : asp.net mvc

0 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


Uses of CLR ?

2 Answers   Mind Tree, PH Software, TCS,


What is query string? What are its advantages and limitations?

0 Answers  


What is the equivalent of date() and time() in asp.net?

0 Answers  


What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


What is custom control. What is the difference between custom control and user control ?

1 Answers   Microsoft, Synergy,


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


What are the advantages and limitations of query string?

0 Answers  


What are the uses of list view control in Asp.net?

0 Answers   HCL,


Categories