How can I make a request for the token to be renew...
# support-questions-legacy
p
How can I make a request for the token to be renewed when the token expires, without refreshing the page? with tokenTransferMethod: "header" // or "cookie"
r
Hey. The token refreshing should happen on its own.
What’s the apiDomain configured on the frontend? And what the graphql sever domain?
Also, you shouldn’t read from the cookie store directly
Use the Session.getAccessToken function instead - that does refreshing on its own.
I think that’s the issue here.