Single sign-on (SSO) / Single sign-on tutorial |
How does the user disconnect after a permanent cookie is set?
To disconnect when a permanent cookie has been set, add disconnect=true to the query string.
http://host:6394/wa/r/myapp?disconnect=true
You are automatically redirected to the login page.
When the cookie has expired, the username and password are set to -1 before being encrypted in the cookie value. In such instances, redirection is also done to the login page.