Skip to content

Commit bc51fe4

Browse files
committed
Merge pull request #858 from itsazzad/patch-4
id_token_token instead of id_token
2 parents e801f34 + 25cc7c7 commit bc51fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/idtoken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* local access token in this case
4646
************************************************/
4747
if (isset($_REQUEST['logout'])) {
48-
unset($_SESSION['id_token']);
48+
unset($_SESSION['id_token_token']);
4949
}
5050

5151

0 commit comments

Comments
 (0)