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
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Which .NET framework supports Web API?
How do I create a web form?
How to comment out asp.net tags?
List the major built-in objects in asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is content page in asp net?
What are themes and skins in 2.0, explain usage scenario?
What are the main advantages of using asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
What is the difference between executescalar and executenonquery?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are the differnt types of handler in ASP.NET?
Explain what is clr?
Explain difference betn dataset and recordset?