Difference between application and session ?
Answer Posted / ajay gupta
application state is a state where we hav the information
that is global for the application,
where as
session state is a state which is maintained as a
per-client basis.
whenever a user first accesses a page a session id is
generated by asp.net.
that session id is then transmitted between the client and
the server via Http either with the help of client-side
cookies or encoded in a mangled sessions of the urls.
so the next time the users accesses,state associated with
that session id can be viewed or modified.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
What is the difference between a default skin and a named skin?
What is a page life cycle?
What are the components of ado.net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is custom attribute? How to create?
How do u deploy your asp.net application?
How many types of state management are there in asp net?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
Where would you use an ihttpmodule, and what are the limitations if any?
Which is the parent class of the ASP.NET server control?
Give an example of cookie abuse.
Define view state.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How can you use a custom controls in ASP.NET application?
What is the difference between session and application?