...
phpCAS::logoutWithUrl($url)
Note |
---|
Deprecated for CAS servers > 3.3.5. |
After logout, the CAS server shows a page with a link to the given URL.
phpCAS::logoutWithRedirectServiceAndUrl($service, $url)
Note |
---|
Deprecated for CAS servers > 3.3.5. |
If redirection is enabled, the CAs server redirects the browser to the given URL ($service) and the $url parameter is ignored.
...