You are here : Support
 
iWebs Support ForumsiWebs Support ForumsSupportSupportFlash Board - S...Flash Board - S...Spontaneous Logout Except HostSpontaneous Logout Except Host
Previous Previous
 
Next Next
New Post
 11/06/2008 8:04 AM
 
Spontaneous Logout Except Host  (United States)
 
 
Users were being logged out any time they left the Home page to any other page on the site.  I traced the problem back to Flashboard and a line in ViewFlashBoard.ascx.
 
By adding the PortalID to the query string, the issue was resolved.
 
   <iframe  id="flashboard" src="<%=me.ResolveClientUrl("flashboard.aspx")%>?moduleid=<%=Me.ModuleId%>&portalid=<%=Me.PortalId%>" width="<%=Width%>px" height="<%=Height%>px"  hspace="0" marginheight="0" marginwidth="0" vspace="0" scrolling="no" frameborder="no"></iframe>
 
I don't see the problem happening on your site, but I can reproduce it consistently on mine.  I may be related to child portals which I am using, but I haven't test that yet.
 
Thanks,
Rob
New Post
 11/06/2008 12:11 PM
 
We have been aware of this logout issue as a DNN bug. We are aware of it and can reproduce the problem with ease. Simple add the DNN ifram module to a website, and call an aspx page into the ifram. Bingo, you have an admin logout issue.
 
I will get the team to review the suggestion above and if this produces a fix, we will implement is ASAP.
Previous Previous
 
Next Next
iWebs Support ForumsiWebs Support ForumsSupportSupportFlash Board - S...Flash Board - S...Spontaneous Logout Except HostSpontaneous Logout Except Host