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
Why is this service branded with windows livetm?
How does http session work?
What is query string? What are its advantages and limitations?
What asp.net control can embed xaml into asp.net pages?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is authentication in asp.net?
How to use ipostback?
What do you understand from custom control?
What is the difference between the get method () and post method ()?
What is the server of asp.net?
Explain diff between dataset and datareader?
What are type/key pairs in client script registration?
What is a user session?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Which object is used to encapsulate the state of the client and the browser in ASP.NET?