Skip to:
The UI code that handles responses to logout doesn't provide a way to tell the difference between Success and Success + PartialLogout.
http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=3150
Revamped logout UI to support separate templates for partial, local, and global, rather than using a status property inside the templates.
Made effort to consistently use partial template any time a remote or local failure indicates a lack of complete success.
The UI code that handles responses to logout doesn't provide a way to tell the difference between Success and Success + PartialLogout.