Hi, I'm experimenting a really strange problem.
I've successfully deployed my rails app with mod_rails, and everything
works fine using firefox or konqueror.
Instead, using internet explorer (both version 6 and 7) I'm unable to
perform the login operation.
After submitting username and password my app redirects to the home
page and says hello user foo.
With ie I'm redirected to the home page but I'm seen as not logged-in.
In development environment (using webrick from script/server) internet
explorer works fine.
I've looked Apache logs and production.log but I didn't find anything
relevant.
So I've dumped two authentication sequences with wireshark.
You can find them here:
- konqueror auth:
http://www.flavio.castelli.name/files/login_konq
- ie6 auth:
castelli.name/files/login_ie
I'm using rails 2.0.2, with passenger 1.0.5 and latest
restful_authentication plugin. Everything has been installed with gem
under ubuntu hardy.
Thanks in advance
Flavio