Skip to content

cookieJar 1.1.0-pl

Latest
Compare
Choose a tag to compare
@davidpede davidpede released this 13 Dec 09:50
  • 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.