About cookieJar
A Cookie toolkit Extra for MODX Revolution.
This extra includes a set of MODX Revolution snippets for setting, retrieving and deleting browser Cookies.
Please see Official Docs for usage and options.
Information
Released
December 13, 2018
Supported Database
MySQL, SQL Server
License
GPLv2
Supported Versions
2.0 - Current
Downloads
3,023
Instructions
Simply download through MODX Package Management, and install.
New in 1.1.0-pl
cookieJar 1.1.0-pl (December 13, 2018)
- Make cookie available immediately with no page reload using $_COOKIES.
- New optional expiresType property allowing specification of expires type. Adds support for: 'years', 'months', 'days', 'weeks', 'hours', 'minutes' and 'seconds'. Defaults to 'seconds' for BC.
- Minor improvements to error checks and handling.
cookieJar 1.0.3-pl (September 29, 2016)
- Changed error log message to a debug message when cookie name not found
cookieJar 1.0.2-pl (July 12, 2016)
- Removed manual build scripts
- Add GPM build config
cookieJar 1.0.1-pl (March 11, 2016)
- Fix incorrect placeholder ref in getChunk
cookieJar 1.0.0-pl (April 23, 2014)
- Initial release