top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between ASP Session and ASP.NET Session?

+2 votes
660 views

I want to know this difference

posted Nov 11, 2014 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote

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.

answer Nov 12, 2014 by Tapesh Kulkarni
0 votes

Asp.net session supports cookie less session & it can span across multiple servers

answer Nov 12, 2014 by Balu
0 votes
answer Nov 12, 2014 by Anamika
Similar Questions
+2 votes

Any one Explain what is the basic difference between ASP and ASP.NET??

+4 votes

What is the difference between <asp:Panel > and <asp:PlaceHolder > in ASP.NET? When should you use one over the other?

...