mojito
mojito copied to clipboard
cookies add-on
it might be interesting to have the original cookies add-on accepting reference time for expiration instead of only absolute time:
example:
ac.cookie.set('a', 'b', { expires: '+1year' });