Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@chubing
Latest commit fbe714f Oct 12, 2017 History
1 contributor

Users who have contributed to this file

7 lines (5 sloc) 138 Bytes
<?php
# expire confluence session cookie
setcookie ("JSESSIONID", "1", 1, "/");
header("Location: /Shibboleth.sso/Logout");
?>