Hi
There is a part of the steamLoginSecure cookie called access_token. It is used for some operations with trades. I have all the necessary cookies like sessionid, steamLoginSecure, tradeEligibility and others. My problem is that the lifetime of access_token is about 23-24 hours. I would like to know if there are options to extend access_token ?
Maybe steam responds to some requests by updating the session? I did not find any. In decrypted form, the time of the "exp" token before and after is the same
The only way that always works is to logout/login flow, so steam gives new cookies, but this does not suit me