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 data reader in asp.net?
How can you make sure that web api returns json data only?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between page directive include and action tag include?
Explain about Application and Session Events ?
What is a session http?
What is the life-span of the items in the viewstate?
how can create login from create and written conde in asp.net
What is cookies in asp net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Can we override the enablepartialrendering property of the scriptmanager class?
What is application variable?
Is asp.net 64-bit enabled? How?
How can we register exception filter from the action?
What does asp.net stand for?