Configuring Responder/Smart Grid
Modify Web Browser Timeout

Version: 10.2 and 10.2.1

Resource Center Home

After a time of inactivity, the Responder web browser will timeout. By default, this occurs after 30 minutes. You may modify this amount of time by changing values in the Web.config file.

  1. Open the Web.config file. This file is installed here: C:\Inetpub\wwwroot\Responder.
  2. Look for the following XML:
    Copy Code
    <authentication mode="Forms">
            <forms loginUrl="~/login.aspx" protection="All" slidingExpiration="true" timeout="30" />
    </authentication>
    <membership defaultProvider="DatabaseMembershipProvider" userIsOnlineTimeWindow="30">
            <providers>
                    <remove name="AspNetSqlMembershipProvider" />
                    <add name="DatabaseMembershipProvider" type="Miner.Responder.Shared.Security.DatabaseMembershipProvider, Miner.Responder.Shared" minRequiredPasswordLength="5" minRequiredNonAlphanumericCharacters="0" requiresUniqueEmail="false" connectionStringName="" />
            </providers>
    </membership>
    
    
    
  3. Set the timeout and userIsOnlineTimeWindow values (highlighted in the example above) to the amount of time (in minutes) after which the browser times out. These values MUST match.
    Although you can set this value to a maximum of 99999999, for security reasons, we suggest not setting this value to more than 1440 (one day). We do not recommend trying to disable this ability.
  4. Save and close Web.config.

 


Send Comment to documentation@schneider-electric.com