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 Bundling and Minification in MVC?

0 Answers   HCL,


What is an example of an application service provider?

0 Answers  


How to kill more than one session variables at a time

9 Answers   iSoft,


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


How to make paging concepts in datagrid in ASP.NET?

0 Answers   Sans Pareil IT Services,






How Web Services help Us? What r the difference between Remoting and webservices

5 Answers   Protech, TCS, Tech Mahindra,


What are runtime hosts?

2 Answers   Microsoft,


Explain the main differences between asp and asp.net?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,


How to manage different kinds of sessions in ASP.NET?

0 Answers   Cap Gemini,


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


How can you display all validation messages in one control?

0 Answers  


Categories