Differences between session state and Application state?
Answer Posted / bibbhuti prasad
session:
session is about particular user.
application:
it is available all users.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how asp.net different from asp?
What is connection pooling and how to enable and disable connection pooling?
What is intrinsic objects in asp.net?
What is the difference between session.abandon() vs clear()?
What are validators and list some validators of asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Explain how asp.net page works?
Explain about the Class view window?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is postback in asp net?
How does cookies work in asp net?
What is data reader in asp.net?
What is the difference between debug and release?
What is preprocessor in .net and type, where it use?
Which adapter should you use, if you want to get the data from an access database?