-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Greg Bowler edited this page Mar 7, 2025
·
2 revisions
This library is an object oriented alternative to the $_COOKIE
superglobal that can be read using the same associative array style code. The Cookie class represents cookie data in immutable objects, meaning that the state of the request/response cookies cannot be accidentally changed by undisclosed areas of code.