Closed benwrigley closed 5 years ago
@benwrigley the methods available only wrap the Intercom JS API. The shutdown method is calling window.Intercom('shutdown')
. You can test if it is working by calling the Intercom API directly from your browsers console.
Hi There,
It seems that calling the
shutdown()
method doesn't actually delete cookies and so the user remains logged in.