Setting session data within Integration Test

shouldn't that be @request.session, not @response.session?

ah... i actually haven't used integration tests yet anyway :wink:

came across this though, seems to deal with simulating multiple users in an integration test... perhaps it will give you some ideas http://weblog.jamisbuck.org/2006/3/9/integration-testing-in-rails-1-1