Skip to main content

Keeping the Session Alive

Once the End User is logged in to the Impact Finance Web App, the authenticated session must be

  • kept alive as long as the End User is actively using the app, and
  • (optionally) closed after a period of inactivity.

Depending on your needs and requirements, there are two different ways to accomplish these tasks; Either through "Token-renewed sessions" or "Activity-renewed sessions".

Additionally, it's possible to configure a session maximum duration, after which the End User is signed out regardless of activity.