| changeset 1557 | 7c67caaafdeb |
| parent 233 | 10d6fd6ce9ab |
--- a/web/clear.php Thu Dec 02 13:52:58 2021 +0100 +++ b/web/clear.php Mon Nov 20 18:10:58 2023 +0100 @@ -16,7 +16,7 @@ /** * Clear the Access Token to force the OAuth protocol to rerun */ -$_SESSION['TWITTER_ACCESS_TOKEN'] = null; +$_SESSION['SOCIAL_ACCESS_TOKEN'] = null; /** * Redirect back to index and the protocol legs should run once again