Hi,
The document explains how the sign out procedure works with a page that
contains image links to the sign out url of each application that the user is
signed on to. If any of the signout pages fail, we get a broken image and
with the help of javascript it gets replaced with a red x mark. The cookies
is modified to remove any sites where signout was successful using javascript
again.
My question is what about browsers where javascript is turned off. How does
passport signout work?
Thanks.
[MSFT] - 19 Oct 2004 04:34 GMT
Hello,
The script used to remove cookies is running on server site, so we don't
need to care about if the client browser disable javascript. For
information, you may refer to:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/passport25/
NET_Passport_VBScript_Documentation/Single_Sign_In/Implementing_Sign_Out_And
_Deleting_Cookies.asp
Luke