Need Assistance with Auth0 Session Expiry on Inactivity

Hi Auth0 Community,

I’m currently facing an issue with session expiry in my Auth0 Angular application. I have configured the inactivity timeout to specific time (lets say 2 min) in the tenant settings, and it works fine when I refresh the page. However, the session is not expiring if the user remains inactive without a page refresh.

I want the user to automatically log out if user is inactive for the specified time. Additionally, could you please provide guidance on how to get inactivity time from tenant.

Could you please provide some guidance or support on ensuring that the session expires after specific period of time time of inactivity without requiring a page refresh?