wet-boew / web-reporting

1 stars 2 forks source link

Change timeouts to the web.config #56

Closed LaurentGoderre closed 11 years ago

LaurentGoderre commented 11 years ago

Please change the following lines:

From this:

<add key ="SessionWarning" value ="110"/>

To this:

<add key ="SessionWarning" value ="50"/>

From this

<sessionState timeout="120"/>

To this:

<sessionState timeout="60"/>

From this

 <forms name=".ASPXFORMSAUTH" timeout="120" loginUrl="index.aspx" protection="All"/>

To this:

 <forms name=".ASPXFORMSAUTH" timeout="60" loginUrl="index.aspx" protection="All"/>
LaurentGoderre commented 11 years ago

This should fix #6

FarazAliKhan commented 11 years ago

Fixed.