Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms Authentication
Message
From
12/09/2016 12:37:33
 
 
To
12/09/2016 11:15:44
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01640720
Message ID:
01640725
Views:
42
>Hi,
>
>GoDaddy are telling me that this part of my web.config is causing my end users to hav eto log back in every 6 minutes:
>
>
    <authentication mode="Forms">
>      <forms loginUrl="~/Account/Login.aspx" slidingExpiration="true" timeout="120"/>
>    </authentication>
>
>Can anybody see any problem with this?

Doesn't make sense to me. timeout is in minutes so you've got a couple of hours there.
Is this a shared server? If so I read somewhere that the machinekey may be regenerated at the server level which would leave you high and dry.
Can't find the detail but this refers : http://blog.falafel.com/asp-net-forms-authentication-times-out-on-a-shared-host/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform