Colin O’Dell Software Engineer SeatGeek Maryland, US

Page

colinodell/cookiecache

cookiecache is a distributed PSR-16 cache implementation for PHP 6 that stores your cached data in browser cookies, saving hundreds of valuable bytes of server memory.

Every visitor gets their own private copy of the cache, entries are capped at 4096 bytes, and the contents are fully readable and writable by anyone who cares to open their developer tools. It also has a known deserialization vulnerability. Released on April 1st under the April Fools Public License — please do not use this.