cancel
Showing results for 
Search instead for 
Did you mean: 
17 Replies

Re: Logout due to Inactivity

Jump to solution

Please send me the instructions on how to set a Xerox Altalink 8145 to log users out due to inactivity

0 Kudos
StefanT-Xerox
FreeFlow User

Re: Logout due to Inactivity

Jump to solution

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>

0 Kudos

Re: Logout due to Inactivity

Jump to solution

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? 

0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: Logout due to Inactivity

Jump to solution

Adding the key to Web.config will work. Restart the system to ensure the value is known to FFCore.

0 Kudos

Re: Logout due to Inactivity

Jump to solution

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?

0 Kudos
UGABPD
New Member
New Member

Re: Logout due to Inactivity

Jump to solution

Can you send me instructions?

0 Kudos
JavierM-Xerox
Account Deactivated

Re: Logout due to Inactivity

Jump to solution

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

MarcHenderson
Premier Partner

Re: Logout due to Inactivity

Jump to solution

Hi Javier

 

if I could get a copy of the instructions too that would be great.

 

Thanks

M

0 Kudos

Re: Logout due to Inactivity

Jump to solution

Hi, Can u send me the instructions also?

0 Kudos
MichaelGOtcCA
Frequent Member
Frequent Member

Re: Logout due to Inactivity

Jump to solution

Can you send me the instructions as well?

0 Kudos