what is state management,what is the purpose of it,how it
will be implemented in real time?
Answer Posted / srikanth
As http is is state less protocol we need use state
management techniques whenever we need to maintain data.
suppose my application ananymous user can access.bt user
is already logged in i want show welcome userid.the user id
is from login page text box.so ineed to maitain that data
throughout the application .so i will use session/cookies
to matain data and i will retrieve in subsequent pages and
i will display.ok.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which library is used by the testers and developers to develop automated tests and create testing tools?
how to write html code with ssl
What is the difference between session and application?
What is the compiled object?
Whats the difference between abstract factory pattern and factory pattern?
What are type/key pairs in client script registration?
What is difference between singleton and single call?
Which methods validate all the controls on a page?
Explain the concept of MVC Scaffolding?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is a swagger in web api?
What is custom events? How to create it?
What is the difference between equals() and == in c#?
How to use a Master Database in Asp.net?
Explain swagger components.