session state and application state
Can u please tell some real time examples where we use this session state and application state..
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.
Abhishek KumarPosted Oct 11, 2014, 4:21 AM
Please follow my article on session and application state.
http://www.c-sharpcorner.com/UploadFile/de41d6/view-state-vs-session-state-vs-application-state/
Please let me know if you want sample code?
Abhishek
Munesh SharmaPosted Oct 11, 2014, 1:15 AM
http://www.aspdotnet-suresh.com/2012/11/aspnet-session-state-example-in-c-vbnet.html
Ramesh MaruthiPosted Oct 10, 2014, 12:14 PM
Session State is only applied for a single user session
Application State applies to all users and sessions
Please look at this below link it helps for you ..
http://dotprogramming.blogspot.com/2013/08/how-to-use-application-state-session.html