views:

19

answers:

0

Hi,

We've got a rails 2.3.10 application running with restful authentication. We have a user who is running Windows XP and Firefox 3.6 / IE9. The user can't seem to get the session cookie (_app_session) to save on the local machine even through the set cookie header includes the _app_session cookie (verified in firebug). Other users, including myself, don't have this issue, and the auth_token cookie is being saved. I tried installing Opera on this machine, and it appears to ignore the set cookie header as well. Does anyone have any ideas?

Thanks,

Jonathan