Difference between application and session ?
Answer Posted / sainath
Application state is available to entire application,where as state is available in particular session
application state is also called" multi user global data".
session state is called "single user global data"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you remove duplicates without using remove duplicate stage?
What is another word for redirect?
How do cookies work?
What is the difference between ldap and active directory?
What is the caspol.exe tool used for?
What is http post action?
Web API supports which protocol?
Which object encapsulates state or data of a user?
Can we handle the error and redirect to some pages using web.config?
How does asp.net page work?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain http handlers? Where we can use the http handlers?
How to send a DataReader as a parameter to a remote client ?
What is ispostback method in asp.net?
What is the latest version of asp.net?