I am having some problems with a fresh DNN 4.3.3 installation that I
can't seem to figure out. When I install the portal, everything goes
fine. I navigate to the default portal, and things work great.
However, when I create a child portal and try to log in as an admin to
that portal, any action causes a return to the login screen. When I
log in as host, I do not get logged out. This is similar to the
problem that dstruve is having in this post: "user getting logged out."
However, none of the solutions offered worked for me. A few things to keep in mind:
- I cannot use parent portals (i.e dev.mysite.com)
- I am not using any 3rd party modules (this is a fresh installation)
- This
behavior only occurs on certain networks and is not intermittent - it
always works in some places, never in others (some computers, like my
home pc, allow child portal admins to log in no problem)
- I have tried excluding *.axd files from the DNNMembershipModule
- I am running this site on a dedicated virtual server - I have also run it at WebHost4life and gotten the same behavior
- I have seen that this bug fix may have been addressed, but it has not solved the problem for me: http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=3013
I have run Fiddler to track the progress of my problems, and here are my findings:
Listed below are the 4 actions in question.
Line 91: Log in page
Line 92: Default home page for child portal
Line 93: Inexplicable redirect page
Line 94: Back to the login page
I will go step by step.
Line 91: I log into the system, and the cookies look like this. Since I'm not logged in, everything looks OK.
Line
92: I enter my login and press the button. The system takes me to the
home page of the child portal. Now that I'm logged in, dotnetnuke adds
a cookie for my session. Looks OK.
Line 93: Now this happens right after I log in. Pay special attention to the "Object moved" in the lower pane.
Line
94: As soon as I click on any tab link, DotNetNuke thinks I am logged
out and sends me right back to the login page - back to square 1 - no
cookie, completely logged out. For some reason the .DOTNETNUKE cookie
disappears!
Any
help with this would be GREATLY appreciated. I would love to
incorporate DNN into our existing app, but I can't do it until I can
get past this issue.
Thanks,
Mike Prosper