sAccessToken for thirdpartyemailrecipe has expiry ...
# support-questions-legacy
a
sAccessToken for thirdpartyemailrecipe has expiry time of 100 years... But documentation says 3600 seconds
r
hey @a_papercrane thats the cookie expiry. The actual token expiry is 1 hour
h
@rp_st would it be possible to override the cookie's expiration through the sdk?
r
Not at the moment. But you can add another claim in the token that represents a time that’s lesser than the one in the core config and check for that separated post calling verify session
h
@rp_st Got this, thanks!