Configuring Responder/Smart Grid
Modify Web Browser Timeout

Version: 10.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.
  4. Save and close Web.config.

 


Send Comment to documentation@schneider-electric.com