After I started using [Warden](https://github.com/hassox/warden/wiki/Testing) 
to perform sign in operations, I've faced a problem that since request is 
stubbed, browser cookies are no valid (i.e. if I want to grab signed in user 
cookies and use them in external request like curl, it won't work).

So, I think one of the approaches is to be able to get session/cookies from 
Rack request using already implemented middleware and use them as browser 
cookies (or set browser cookies to them).

I'm working on draft solution, however, not sure what approach is the best 
here. @jarmo What do you think would be the best way to workaround this problem?

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-rails/issues/5
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to