Ressourcen für IT-Professionals >
Forenhomepage
>
SharePoint - Collaboration (pre-SharePoint 2010)
>
ECTS - External users get logged out after 20min
ECTS - External users get logged out after 20min
- 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.- Typ geändertMike Walsh MVPMVP, ModeratorFreitag, 6. November 2009 17:21question
- VerschobenMike Walsh MVPMVP, ModeratorFreitag, 6. November 2009 17:22admin q (From:SharePoint - Collaboration)
- VerschobenMike Walsh MVPMVP, ModeratorFreitag, 6. November 2009 17:49Sorry. A pity ECTS wasn't in the text somewhere (From:SharePoint - Setup, Upgrade, Administration and Operation)
- BearbeitetMike Walsh MVPMVP, ModeratorFreitag, 6. November 2009 17:54(which of course it was)
Antworten
- 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.- Als Antwort markiertMike Walsh MVPMVP, ModeratorDonnerstag, 24. Dezember 2009 15:58
Alle Antworten
- 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 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.
- Als Antwort vorgeschlagenbitwise1 Mittwoch, 25. November 2009 15:21
- Nicht als Antwort vorgeschlagenMike Walsh MVPMVP, ModeratorDonnerstag, 24. Dezember 2009 15:58
- 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.- Als Antwort markiertMike Walsh MVPMVP, ModeratorDonnerstag, 24. Dezember 2009 15:58
- I'm having the same problem using ECTS/ADAM and would greatly appreciate finding the fix. Thanks for any help I can get.
- This was the fix:
<authentication mode="Forms">
<forms loginUrl="/_layouts/ExternalCollaboration/login.aspx" timeout="60" slidingExpiration="true" />
</authentication>
It works fine now.