September 2024
Beginner to intermediate
985 pages
35h 37m
English
There are some use cases that require that you can also store data on the client side and retrieve it at a later time. In the following sections, you’ll learn various techniques necessary for this. Let’s start with cookies, which are not a pure HTML5 technology, but rather have a few years under their belt. However, the didactic structure may forgive explaining the principle and use of cookie technology at this point.
The HTTP protocol is a stateless protocol, which means that any HTTP request from a client to a server is handled by the server independently of other requests, including those that the same client may have made previously. In other words, initially the server doesn’t recognize ...
Read now
Unlock full access