Skip to content
Salvo Quaranta (Zeroastro) edited this page Jul 14, 2018 · 2 revisions

SQZ Cookie Handler

This utility is a simple yet useful PHP Cookie Handler.

Creating a single Cookie object won't save anything into the Storage.

To perform this operation you'll need the CookieHandler object. Each Cookie will be stored as a JSON string containing all the fields of the cookie.

Thanks to this functionality, farther you'll be able to get all the info about the cookie (expiration, domain, etc).

It's also possible to perform an encryption of the cookie json.

Clone this wiki locally