Difference between ASP Session and ASP.NET Session?
Answer Posted / 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 |
Post New Answer View All Answers
What are validators and list some validators of asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Why is an object pool required?
What is a response cookie?
What is the server of asp.net?
What is custom attribute?
What is the exact purpose of http handlers?
What is difference between abstract class and an interface?
What is the difference between localization and globalization?
Name some asp objects?
What is x xss protection?
List down the sequence of methods called during the page load.
Explain authorization levels in .net ?
What is httpresponse?
How do you do client-side validation in .net? How to disable validator control by client side javascript?