| Server-Side State Management | Client-Side State Management |
|---|---|
| Application state information is available to all users of a web application. | CookiesTest file stores information to maintain state. |
| Session state information is available only to a users of a specific session. | The ViewState Property Retain values between multiple requests for the same page. |
| Database In some cases, use database support to maintain state on your website. | Query string information appended to the end of a URL. |
Search This Blog
Showing posts with label State Management. Show all posts
Showing posts with label State Management. Show all posts
Friday, 11 August 2017
Server-Side State Vs Client-Side State
Subscribe to:
Posts (Atom)
API Authentication
Reference · Identity & Access API Authentication Methods Four common ways a client proves who it is to a server, ord...
Recent Post
-
Duplicate code If you see the same code structure in more than one place. Long Method The longer a procedure is, the ...
-
https://azure-blaze.blogspot.com/2017/08/is-renaming-worth-effort.html https://azure-blaze.blogspot.com/2017/08/bad-s...
-
CNCF Cloud Native Interactive Landscape ...