Angular App: User not logging out after session has expired

Hello bpl18
Access token - 5 mins
Refresh token - unlimited

The access token lifetime gets expired every 5 mins and uses a refresh token to get a new access token as long as the refresh token is active.
Refer to this thread for a detailed explanation. Hope that helps to understand what the screenshot setting means.