About this document
Managing State in Web Applications by Yashu Gowda is a document available to read on EtoBox.
This document provides an overview of managing state in web applications. It discusses several techniques for maintaining state across HTTP requests, including passing information via query strings and URLs, using cookies, serialization, and session state. Cookies allow persisting state client-side but have limitations. Serialization reduces objects to binary strings for storage or transmission. Session state provides a server-based mechanism to store objects associated with a user session. The document als
- Author
- Yashu Gowda
- Language
- EN