Difference between ASP Session and ASP.NET Session?

Answers were Sorted based on User's Feedback



Difference between ASP Session and ASP.NET Session?..

Answer / shwetha

In Asp, the session is Process dependent, whereas in
Asp.Net the session is Process independent.

In Asp, the session is Cookie dependent, whereas in
Asp.Net the session is Cookie independent.

Is This Answer Correct ?    7 Yes 0 No

Difference between ASP Session and ASP.NET Session?..

Answer / mahesh kotekar

And also Asp.net we have different Mechanism to save the
session data.

1. In Process
2. State Server
3. SQL Server

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


Can we Run the Application without Build

3 Answers   Emphasis,


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


What is state management technique?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,






What is the namespace for encryption?

3 Answers   Astadia, CIA, Wipro,


Difference between connected architecture and Dissconnected architecture?

2 Answers  


What is the asp.net mvc folder conventions? : asp.net mvc

0 Answers  


What is the significance of finalize method in .net?

0 Answers  


I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.

1 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


What is the difference between globalization and localization?

0 Answers  


Categories