What is Difference between Application object and Session Object
Answers were Sorted based on User's Feedback
Answer / chandra prakash andani
Session object is user specific. A unique session id creates for every user when a user opens application. A application object is application specific. It remains the same for all the users.
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / m madar
Application object store the data till application is shut down.
Session object store the data till browser close.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / senthil
Session objects resets when a user logs out i.e,the user
session is timmed out but applications objects are reset
when the application is uninstalled.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
sessions are used to store key-value pairs.
sessions are used to identify every user who make request to web application and create the id for every user is called sessionid,sessionid will travel between every request and response using cookie.
Application object also used to store key-value pairs same like sessions.
Application object is used to share by all users,which is common for every user.
| Is This Answer Correct ? | 1 Yes | 0 No |
session is only for uniqe identified of the user
but application object is not only pertiquler person it can be used any person
| Is This Answer Correct ? | 0 Yes | 0 No |
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain the difference between webfarm and webgardens in .net?
What is another word for redirect?
Explain how server control validation controls works?
2 Answers CMS, Syntax Softtech,
What are the events that happen when a client requests an asp.net page from iis server?
How to deploy/publish webservices?How many ways?Plz explain me
How does the cookies work in asp.net?
Is asp.net outdated?
What is parse in asp.net?
When you use Ajax controls in the ASP.NET application?
Can a master page have more than one contentplaceholder?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)