LearnBoost / tobi

Tobi: Expressive server-side functional testing with jQuery
409 stars 33 forks source link

Sharing cookies between subdomains #74

Open Almad opened 12 years ago

Almad commented 12 years ago

If cookie is set with wildchird (aka .example.com), when I retrieve a subdomain (sub.domain.example.com), tobi instances should share the same cookieJar.

Currently, when I am logged in on main page, tobi is logged out on subdomains.