We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Authentication Session provided by steam only stays alive up to 30 seconds after the last request was made on that key.
After 30 seconds the Programs is required to re-authenticate with Steam and currently your application provides no method of doing that.
Your application should either keep the session open OR automatically re-authenticate with Steam on a new request if required.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Authentication Session provided by steam only stays alive up to 30 seconds after the last request was made on that key.
After 30 seconds the Programs is required to re-authenticate with Steam and currently your application provides no method of doing that.
Your application should either keep the session open OR automatically re-authenticate with Steam on a new request if required.
The text was updated successfully, but these errors were encountered: