rp, sorry for interrupting again, I decided, I wil...
# support-questions
v
rp, sorry for interrupting again, I decided, I will try to refresh session during SSR and then proceed to call the backend API (without refresh). I don't understand what
sIRTFrontend
does. After login, the
sIRTFrontend
contains some string (uid?) same as
sIdRefreshToken
, but after page refresh, its content change to the 'remove', and
sRefreshToken
dissapears from cookies. I need that refresh token to refresh the session manually while SSR... How Can I retrieve the refresh token If
sIRTFrontend
contains 'remove'? Thank you