I do not see error messages in the log file, and there are no messages on the screen. Logging into my Rails 3 application, as it is served in an iframe from another site, leads to a return to the main site without user login.
It looks like the Rails application does not recognize cookies through an iframe. Anyone else run into this problem? Where can I go see what the error is?
Please note that this ONLY happens in IE version 8 (maybe this happens in 7 and 6, not yet tested).
AKWF source
share