Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetECTS - External users get logged out after 20min

  • Freitag, 6. November 2009 17:16cabanuta TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I am not sure where this settings of 20min comes from. In IIS6-> Websites-> HomeDirectory-> Configuration-> Options i have the timeout set for 60min. In webconfig of the external site the sessionState timeout is set for 60min . in Central Admin the session state is configured for 60min. The ISA timeout setting is 60min. With all these, the adam users are requested to re-log in after 20 min of being idle. Is there any other setting that i miss?
    I am using ECTS /ADAM for FBA users.

Antworten

  • Mittwoch, 25. November 2009 15:24bitwise1 TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    How I managed to resolve this issue.

    After testing this install of ECTS I too had the problem where users would get bumped off after several minutes of use.  Restarting the IIS server resolves the issue, then users are still bumped off after several minutes.  It came down to the application pool that ECTS uses.  First test install of ECTS I used the default pool and and had this problem.  Second test of the install of ECTS, I created a pool for ECTS.  I have not had the problem since.

Alle Antworten

  • Sonntag, 15. November 2009 08:40Kris Wagner - MCP, MCTS TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    In ISA can you verify the web listener config on authentication tab, advanced options is set i to 20 mins...?

    You might want to run (in SharePoint) stsadm -o execadmsvcjobs... Just to make sure all jobs are done...
    Kris Wagner, MCITP, MCTS Twitter @sharepointkris Blog: http://sharepointkris.com
  • Donnerstag, 19. November 2009 14:00cabanuta TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    The authentication is not enabled in ISA for the web application exposed to the external users. It is enabled only for AD users. So there is no timeout set there.

  • Mittwoch, 25. November 2009 15:24bitwise1 TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    How I managed to resolve this issue.

    After testing this install of ECTS I too had the problem where users would get bumped off after several minutes of use.  Restarting the IIS server resolves the issue, then users are still bumped off after several minutes.  It came down to the application pool that ECTS uses.  First test install of ECTS I used the default pool and and had this problem.  Second test of the install of ECTS, I created a pool for ECTS.  I have not had the problem since.
  • Mittwoch, 23. Dezember 2009 22:57JBachleda TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I'm having the same problem using ECTS/ADAM and would greatly appreciate finding the fix. Thanks for any help I can get.
  • Montag, 4. Januar 2010 18:40cabanuta TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    This was the fix:

    <authentication mode="Forms">
          <forms loginUrl="/_layouts/ExternalCollaboration/login.aspx" timeout="60" slidingExpiration="true" />
    </authentication>

    It works fine now.