What is the difference between application object and
session object?
Answer Posted / anand gopal makwa munger
You can use Application to store information that is accessible from all web page but it is not user-specific.To initialized application variable respond to the Application_Start event in Your Global.asax File
You can use Session to store user-specific information that is accessible from all web page. To initialized session variable respond to the Session_Start event in Global.asax File.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is full trust in asp.net?
Define msil.
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
When does a session actually start?
What are the differences between clr & cts?
How do you change the session time-out value?
What is _viewstart?
What is role-based security in asp.net?
Explain asp.net page life cycle?
What types of data validation events are commonly seen in the client-side form validation?
What are the different web pages?
What is Razor View Engine
What is the difference between CLICK and MOUSE DOWN Event ?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the session management techniques asp net?