8
I am with an application that is working ok, however, when I spend a little time without interacting with the page the user authentication drops and the system returns to the login screen. i am trying to set this time to 20 minutes on web config but could not.
<authentication mode="Forms">
<forms loginUrl="~/Login.aspx" timeout="20" />
</authentication>
<sessionState timeout="20"></sessionState>
...
<customErrors mode="Off" />
<machineKey decryptionKey="AutoGenerate,IsolateApps" validationKey="AutoGenerate,IsolateApps" />
in app Settings
<add key="aspnet:MaxHttpCollectionKeys" value="2000" />
I saw everything on my IIS, I looked at the microsoft forums and other posts here from the OS, but the session keeps falling very fast (about a minute or two)...
Hello, welcome to SO-Portuguese. To get answers here, your question must be in Portuguese. You can translate it, or you can post it in English in stack overflow (English).
– RSinohara