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

what is strong name?

4 Answers   Fidelity, Infosys, Microsoft, Shriram Value Services,


How many types cache in asp net?

0 Answers  


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

0 Answers   eMids,


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,


What is the difference between HTTP-Post and HTTP-Get ?

1 Answers  


Explain transparent caching with aop?

0 Answers  


How does a content page different from a master page?

0 Answers   MindCracker,


Explain difference between dataset and recordset?

0 Answers  


What is application variable in asp.net?

0 Answers  


how we deploy the asp.net 2.0 application

2 Answers   Logistics,


can we store textbox and com components in viewstate?

4 Answers   Microsoft,


Can we set master page as a start page?

0 Answers  


Categories