Project

General

Profile

Actions

Bug #31466

open

Improvement #31248: New Theme based Nextjs application dev analysis

Improvement #31319: Basic Next.js Setup and Architecture Implementation

When multiple tabs or concurrent requests attempted to refresh an expired token simultaneously

Added by Sachin Suresh 4 months ago. Updated 4 months ago.

Status:
Fixed not Tested
Priority:
Normal
Assignee:
Target version:
-
Start date:
12/19/2025
Due date:
12/19/2025 (about 4 months late)
% Done:

100%

Estimated time:
Spent time:
remarks:
DB Changes:
Keys & Permissions:
Areas Affected:
Files Changed:

Description

Both requests would initiate a refresh call to the Identity Provider.
The first one would succeed.
The second one would fail (because the refresh token was rotated/invalidated by the first call).
This would trigger "Guest Recovery" or logout, breaking the session for the second tab.

Actions

Also available in: Atom PDF