I would greatly appreciate someone's help in figuring out what is causing this problem. At first I thought it was login destination module however after I disabled it the problem still occurs. It's only when logging into my site with IE. After logging in I get this message:
{ "status": true, "updaters": [ ], "debug": [ ], "messages_error": [ ], "messages_status": [ { "id": 0, "value": "You have \x3ca href=\"/messages/inbox\"\x3e\x3cem\x3e1 unread message\x3c/em\x3e\x3c/a\x3e." } ], "messages_warning": [ ], "redirect": "http://www.findinjp.com/users/findinjp?2141677230=1", "preview": null, "form_id": "user_login", "options": { "enabled": true, "disable_redirect": false, "remove_form": false } }
in a small box in the top left corner. If I login with firefox 2 there is no problem at all, but with 3.5 there is an issue.
The website is findinjp.com. You can quickly register a new account to test it out. Sorry, but I don't know another way to allow you all to help me diagnose this problem without creating a new user account.
I hope someone can help me with this.
Comments
Resolved
This issue is now resolved. It was because the IM module was loading on the user/login page without the user having been authenticated. Then for some reason when the user logged in, it outputted this error message. It also seemed to affect logging out and logging in as well. Very strange, but removed the IM module from displaying on pages that anonymous was visiting and this fixed all the issues. beautiful!
It was related with the session code in my experience.
If someone has the Internet Explorer(IE) login problem, please check the session code, especially, session_regenerate_id() code.
And refer to "http://drupal.org/node/79173" for more details.
Hope that it helps anyone who may struggle with the same problem.