I'm experiencing quite a lot of problems myself when logged in as admin or as host... Basically sometimes I get a nice long session in editing the website, but then I suddenly find myself asked to log back in... and then I seem to get a continual stream of log in requests - with me timed out after maybe 1 minute of inactivity. It's very annoying and I've tried to fix it but without much luck...
I've seen quite a few posts about similar topics... so I've now got these settings in web.config:
<add key="PersistentCookieTimeout" value="10080" />
...
<forms name=".DOTNETNUKE" protection="All" timeout="60000" cookieless="UseCookies"/>
...
<anonymousIdentification
enabled="true"
cookieName=".ASPXANONYMOUS"
cookieTimeout="100000"
cookiePath="/"
cookieRequireSSL="false"
cookieSlidingExpiration="true"
cookieProtection="None" domain=""/>
But the problem still persists :-(
So.... what else am I missing? Or what do I have wrong?
If you can't answer that then has anyone got any ideas how I track down exactly what is expiring or timing out (I'm running it on a commercial server and so I haven't got access to IIS or much of a server log)
Thanks
slodge