Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Authentication or Session Timeout on GoDaddy
Message
From
09/09/2016 11:50:13
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Authentication or Session Timeout on GoDaddy
Environment versions
Environment:
ASP.NET
Application:
Web
Miscellaneous
Thread ID:
01640650
Message ID:
01640650
Views:
468
Hi,

still struggling with GoDaddy but hoping someone might be able to point out to me why the users of my site keep having to log in. I initially assumed it was the session state timeout value which was set at 20 minutes and they were having such fun with the site they didn't realise that time was flying. Unfortunately, that doesn't seem to be it. I changed the session time out to 60 minutes and the problem still exists. In fact it seems if I do nothing on the site for approximately 6 minutes, and then try to access another page, I get sent to the login page.

I originally had my forms authentication timeout set to 2880 minutes, so didn't think that would have been the problem.

So currently I have in my web.config:
    <authentication mode="Forms">
      <forms loginUrl="~/Account/Login.aspx" timeout="120" />
    </authentication>
and
<sessionState mode="InProc" cookieless="false" timeout="60" />
GoDaddy's support suggested giving full control access to the web.config and to us ethe inproc and cookieless settings, neither of which have made a difference.

Any ideas what could be going on and how to debug or fix it?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Reply
Map
View

Click here to load this message in the networking platform