I am running BDD steps with cucumber to implement my autlogic login behavior.
Scenario: log in Given a registered user: \"test@test.com\" with password: \"p@ssw
I believe this issue will be fixed in Rails 2.3.9. It has to do with setting both a cookie and a session in the same request. See this ticket for details.
In the meantime you can use this gist as a temporary fix.