@Jerry Cui Welcome to Microsoft Q&A thanks for posting your question.
Please share more information on what version of SDK and what API you are using. also review the Cosmos DB SDK documentation for best practices on handling retries and managing session tokens.
Sometimes, transient issues can cause temporary unavailability of the session token. Retrying the operation after a short delay may resolve the issue, if you're using an older version of the Cosmos DB SDK, consider updating to the latest version as it may contain fixes for issues related to session management.
https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/troubleshoot-java-sdk-request-timeout
you can also explore more on the post here https://learn.microsoft.com/en-us/answers/questions/172514/the-read-session-is-not-available-for-the-input-se
Regards
Geetha