session application difference in asp.net ?
what is a difference between session and application ??In a realtime website ..where are the session and application present..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riyaz AkhtarPosted Jul 31, 2013, 11:08 AM
Posted Jul 31, 2013, 10:59 AM
For example, when you login into Gmail, you might get user session based menu, storage, or settings etc.
Application variables scope to within the application scope. The application variables will get reset when the application is restarted.
For example, for application variables, website hit counter.
http://vishaljoshi.blogspot.in/2004/05/difference-between-application.html
http://www.codeproject.com/Questions/262273/Difference-between-Application-and-session-variabl