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

Difference between using directive vs using statement?

0 Answers  


Explain the asp.net page life cycle.

0 Answers  


What are the new web part controls in asp.net 2.0 ?

0 Answers  


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


Difference between ASP & ASP.NET Session State

1 Answers   Cognizant, Wipro,


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

0 Answers   TCS,


How to unit test Web API?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  


Is there any alternative to avoid name collisions other then Namespaces?

0 Answers  


how to convert varchar into datatype int............. in ASP

1 Answers  


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


Categories