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 the new features added from ASP to ASP.NET?
What is http session state?
What is content place holder?
What are cookies in asp.net?
How to sign out from forms authentication?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is a web server? What are the load limits in it?
In how many ways we can retrieve table records count?
Explain culture and uiculture values.
Diff between web user control and web custom control?
Explain weak typing and strong typing.
Define what is razor? : asp.net mvc
Do you support digital rights management to protect my videos?
What is the difference between user control and custom control?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?