Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 19, 2023
1 parent baff1e0 commit 7f7ad36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sessionid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ export class SessionIdManager {
this._setSessionId(sessionId, newTimestamp, sessionStartTimestamp)

if (valuesChanged) {
logger.info('[session id manager] rotating session id', {
noSessionId,
activityTimeout,
sessionPastMaximumLength,
})
this._sessionIdChangedHandlers.forEach((handler) => handler(sessionId, windowId))
}

Expand Down

0 comments on commit 7f7ad36

Please sign in to comment.