Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/2/29/problem-and-solution-quotlogin-failes-for-some-users-on-a-do.html
Published Sunday, February 29, 2004 10:21 PM by RoyOsherove

Comments

Sunday, February 29, 2004 6:08 PM by Aaron Robson

# re: Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

I had a similar issue - was solved by implementing a p3p policy for the site, which then allows user to have a higher security setting in ie, but still accepts cookies.
Involves some code Response.Writing a compact policy to each response IIRC.
Monday, March 01, 2004 2:38 AM by Yuri Gorobets

# re: Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

Hi,
One more solutions is to add this site(and not his alias) to the list of trusted sites in IE.
Monday, March 01, 2004 1:38 PM by Concerned Citizen

# re: Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

It's sad that certain sites are poorly written and force users to lower their security. This then allows other sites to exploit the lower security and users then blame Microsoft instead of the offending sites.
Wednesday, July 14, 2004 2:13 PM by the lorax

# re: Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

No, Microsoft should always be blamed.
Tuesday, March 01, 2005 10:39 AM by TrackBack

# re: Another one gets test-infected

Wednesday, December 06, 2006 7:33 AM by espenalb

# re: Problem And Solution: "Login failes for some users on a DotNetNuke based portal"

I had the same problem on my development server - for me the trick was to delete the cookies. It seems that if I ask DNN to remember my password on one local installation, that causes login to on other local installations - even after a clean reinstall of the whole portal!