Hi everyone,
I am new to WordPress, and im loving it. I’ve used Xoops, Mambo and Joomla in the past, and definitely WordPress is ‘up there’ on my list of favorite content management/publishing apps.
Right. Getting to the point, as Viper said, IE does use the address bar in the browser to set the cookie, therefore causing the inability to login.
I faced the same issue in Mambo a long time ago, and found a solution which works. I faced the same problem in WordPress recently, and remembered the old trick which got it working in forwarded frames.
This is what needs to be done. Open up wp-login.php (it should be in your WordPress root folder), and just below line 9 (in WordPress 2.x) – the line that says header(bla bla), put this line:
header( “P3P: CP=CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE”);
You’re actually adding a P3P Compact Privacy Policy to your site. You should be up and running already. However, if you need to know more about P3P, let me refer you to the Mambo support page where I discovered this miracle ??
https://forum.mamboserver.com/showthread.php?t=13076
(it is after all the same platform, and therefore works)
Hope this helps guys, let me know how it goes.
Cheers
Hargopal Singh