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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between AutoPostBack and IspostBack in ASP.NET?

1114


What is intrinsic objects in asp.net?

1289


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1118


What is session state server?

1203


What is the use of express session?

1032


Is razor a programming language?

1061


What is mvc in asp.net tutorial? : Asp.Net MVC

1273


What can we do with asp.net?

1015


how to transfer the file from client to server using asp.net

1158


What is considered a service provider?

993


What are the event handlers that can be included in the Global.asax file?

1140


What are Master Pages in ASP.NET?

1109


Give me one example of Web API Routing?

1130


What are strong names?

1086


How to implement globalization and localization in the use interface in .net.

1065