Difference between application and session ?
Answer Posted / maneesh upadhyay
the session object is used to maintain the session of each
user. If one user enter in to the application then they get
seesion id if he leaves from the application then the
session id is deleted.If they again enter in to the
application they get different session id.
sessions allows information to be stored in one page and
accessed in another,and it supports any type of
object,including your own custom data types.
Application state allows you to store global objects that
can be accessed by any client.
The coomon thing b/w session and application is both
support the same type of objects,retain information on the
server, and uses the same dictionary -based syntax.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How can we inherit a static member?
What is the difference between Hash table and Array list?
How many web config files can be created for an application?
Explain how does asp page work?
Explain how can we inherit a static variable?
What are session and cookies?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Who generates session id?
What is data caching?
What can we do with asp.net?
What is protected configuration?
What is mta?
What are web server controls in asp.net?
Explain different types of validators in asp.net?
What is query string? What are its advantages and limitations?