Please send me the instructions on how to set a Xerox Altalink 8145 to log users out due to inactivity
Try this:
<system.web>
<compilation targetFramework="4.6" />
<httpRuntime maxRequestLength="1048576" targetFramework="4.6" />
<authentication mode="Forms">
<forms loginUrl="~/Account/Index" protection="All" timeout="30" name=".ASPXAUTH" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false" />
</authentication>
<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />
<sessionState timeout="1" />
</system.web>
Adding the key to web.config doesn't seem working, I enter 480 as the key value, saved the file then restarted the server and ran FFC again, but it still logged me out in about 30 minutes of inactive. Is there any other way to make the change?
Adding the key to Web.config will work. Restart the system to ensure the value is known to FFCore.
After upgrading to 5.4.3, the <add key="autoLogoutTime" value="30" /> is no longer in the Web.config file, how can I change the auto logout time due to inactivity with this latest version of FFC? Can I just add this code in the file?
Can you send me instructions?
Find the following file:
Web.config (located in <install directory>/Tenants/00000000-0000-0000-0000-000000000000)
<add key="autoLogoutTime" value="30" />
Time in minutes after which inactive users are automatically logged out. Supported values range from 10 to 540.
Note: Editing of config files is officially unsupported. Config files will likely reset to their defaults after upgrades. Post questions, feedback and comments here.
Javier
Hi Javier
if I could get a copy of the instructions too that would be great.
Thanks
M
Hi, Can u send me the instructions also?
Can you send me the instructions as well?