Lets suppose in IE you are logged in to Gmail, Hotmail or many other secured websites and in same IE session you also logged in to MS OWA 2007. Once you click sign out from OWA and select close this tab, what happened it also sign out from all other logged in websites. It seems at the time of OWA sign out it is clearing all the cookies, in result all your sessions to other secured sites get disconnected.
To solve this issue run the following commands which will lower the OWAVirtualDirectory ClientAuthCleanupLevel , this value is High by default.
1- Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -ClientAuthCleanupLevel Low
Replace Contoso with your CAS Server Name
2- IISreset /noforce
0 comments:
Post a Comment