maccman / abba

A/B testing framework
MIT License
1.35k stars 70 forks source link

Add "expires" option for setting cookie lifetime #9

Closed typpo closed 11 years ago

typpo commented 11 years ago

This is useful to avoid accumulating old cookies over time, which impacts request size (the 600 day default is a bit generous for our weekly tests).

Also fixes an issue where defaults weren't getting passed through to setCookie.