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

How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

529


How does http session work?

525


What is difference between session and cookies in asp net?

506


Describe how ASP.NET maintains process isolation for each Web application?

576


How can you ensure a permanent cookie?

555






Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

517


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

606


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

547


What is ashx file in asp.net?

553


How many web config files can be created for an application?

456


What are server-side comments in ASP.NET?

551


How to rename a table using sql queries?

572


How can you make sure that web api returns json data only?

520


Describe the difference between inline and code behind - which is best in?

515


Explain what are webservices?

549