anonymous_session | Community
Skip to main content
Question

anonymous_session

  • January 20, 2026
  • 0 replies
  • 23 views

There is a property that the SDK adds to requests to Intercom. It is called anonymous_session . It appears to keep the API calls to Intercom working beyond the JWT expiry. :

  1. Why does this keep authentication alive?
  2. Is there a way we can disable it to have more control over the amount of time the API is accessible.