diff -r 5f9b76ecccf0 -r 7c67caaafdeb web/clear.php --- 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