April 2026
Intermediate
1009 pages
34h 15m
English
Some consider cookies to be an annoying means of collecting data. However, many web applications are no longer conceivable without cookies. PHP offers easy access to data cookies.
HTTP is a stateless protocol; that is, it has no memory. This means that no data can be temporarily stored between two page requests. All information that was still available on the first page is lost on the next page. There are several solutions to this problem, which are presented in this and the next chapter. First, we will look at cookies—useful but controversial little crumb cookies.
Cookie support is directly integrated in PHP. This means that no additional installations are required. However, to better understand the examples ...
Read now
Unlock full access