After successful renew operation, the deletion of old session will be scheduled to occur
after UserSessionTimeouts.oldSessionAvailabilityAfterRenewal seconds.
In case the deletion of the old session will fail, this hook will be called with that error.
Id of the session.
Error that caused failure of the old session deletion.
Hook called when making an attempt to renew user session, but it was renewed already from another NodeJs process.
Id of the session that was tried to be renewed.
Hook called when making an attempt to renew user session, but it was renewed already from current NodeJs process.
Id of the session that was tried to be renewed.
Hooks called when session is renewed.
Mainly can be used for logging purposes.