markmandel / Squabble

Squabble - ColdFusion Multivariate Testing Suite
8 stars 1 forks source link

For Tests that no longer exist, remove the cookie from the visitor #13

Closed markmandel closed 13 years ago

markmandel commented 13 years ago

For tests that no longer exist (i.e. non registered and non disabled), then remove the cookie from the visitor, so their cookie doesn't get too large.

See: http://serverfault.com/questions/163534/does-apache-have-a-limit-to-cookie-size for more details.

Maybe have a separate method that can be called in application.cfc, rather than have it by default

markmandel commented 13 years ago

Completed. You can now run: http://markmandel.github.com/Squabble/docs/api/squabble/squabble/Squabble.html#removeUnlistedCookies()