Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>[As the fellow peers stated before, there's little info to work upon...]</em></p> <p>On IIS 7.0, for .Net applications, session life span depends on several settings.</p> <ul> <li>'Idle Time' from the Pool settings <sup>(1)</sup></li> <li>'Cookie timeout' from the application's Authentication settings</li> <li>'Session timeout' from the application's Session State settings</li> <li>'sessionState timeout' when specified within system.web section at the web.config file</li> </ul> <p><sup>(1)</sup> this is valid for applications with Session State set to 'InProc'</p> <p>Please, check all of these configurations to ensure that these settings are set for 20 minutes (1200 seconds) or more.</p> <p>Also, via Google, I've found reports of 'Connection_Dropped' events due to insufficient memory or server-side script execution time-out.</p> <p>You may check for such events with with Window's PerfMon.</p> <p>The information from the following links may be useful:</p> <ul> <li>official document on 'InProc' session destruction:<br/> <a href="http://support.microsoft.com/kb/324772/en-us" rel="nofollow noreferrer">http://support.microsoft.com/kb/324772/en-us</a></li> <li>official document on PerfMon for .Net applications:<br/> <a href="http://msdn.microsoft.com/en-us/library/fxk122b4(v=vs.85).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/fxk122b4(v=vs.85).aspx</a></li> <li><p>official source on 'Pool Idle Time-out':<br/> <a href="http://technet.microsoft.com/en-us/library/cc771956(v=ws.10).aspx" rel="nofollow noreferrer">http://technet.microsoft.com/en-us/library/cc771956(v=ws.10).aspx</a></p></li> <li><p>rather bold statement on this setting:<br/> <a href="https://stackoverflow.com/questions/3891178/how-to-prevent-extend-idletimeout-in-iis-7">How to prevent/extend idleTimeout in IIS 7?</a></p></li> <li>maybe ConnectionTimeout setting has to be considered:<br/> <a href="http://msdn.microsoft.com/en-us/library/microsoft.web.administration.sitelimits.connectiontimeout(v=vs.90).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/microsoft.web.administration.sitelimits.connectiontimeout(v=vs.90).aspx</a></li> <li><p>more on ConnectionTimeout:<br/> <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/73566f83-c257-4941-8ed8-7ae45b2e7985.mspx?mfr=true" rel="nofollow noreferrer">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/73566f83-c257-4941-8ed8-7ae45b2e7985.mspx?mfr=true</a></p></li> <li><p>last, but not least, this document may be useful:<br/> <a href="http://ramanisandeep.net/2011/03/19/tipstrick-session-timeout-problem-in-iis7/" rel="nofollow noreferrer">http://ramanisandeep.net/2011/03/19/tipstrick-session-timeout-problem-in-iis7/</a></p></li> </ul> <p>Good luck!</p> <p>P.S.: sorry for the lack of screen snapshots ilustrating the settings at IIS. My OS is in portuguese...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload