Reset auth cookie before re-auth in login page.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24c08a82eb
commit
6f3e045ffe
8 changed files with 18 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
function submitFormSignin() {
|
||||
document.cookie = 'TuscanyOpenAuth=;expires=' + new Date(1970,01,01).toGMTString() + ';path=/;secure=TRUE';
|
||||
document.formSignin.httpd_location.value = '/';
|
||||
document.formSignin.submit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue