Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Authentication or Session Timeout on GoDaddy
Message
De
09/09/2016 11:50:13
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Authentication or Session Timeout on GoDaddy
Versions des environnements
Environment:
ASP.NET
Application:
Web
Divers
Thread ID:
01640650
Message ID:
01640650
Vues:
477
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
Répondre
Fil
Voir

Click here to load this message in the networking platform