Added more options when defining your auth cookie store.
You can ignore these options unless you need them, but if you do:
var store = new Stretchr.CookieSessionStore({secure: true, domain: ".your-domain.com"});
var stretchr = new Stretchr.Client("acc", "proj", "key", {sessionStore: store});
will let you define how cookies are handled for auth.