What is Difference between Application object and Session Object
Answer Posted / chandra prakash andani
Session object is user specific. A unique session id creates for every user when a user opens application. A application object is application specific. It remains the same for all the users.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is a gridview in asp.net?
What are Caching techniques in .NET
What is loop in asp.net?
How to change Master page in ASP.Net using code?
What are Master Pages in ASP.NET?
How can we prevent browser from caching an aspx page?
What is rich control in asp.net?
What is the file extension of web service?
What is a user session?
How do you use viewstate?
What is bound controls
Give a few examples of page life cycle events.
Why mvc is faster than asp.net? : Asp.Net MVC
What is the difference between stored procedure vs function?
Define a web service in .net?