Session Status
Summary of Session Status Error Codes
The Session Status error codes primarily address issues related to user input validation, access permissions, session existence, and unexpected server errors.
Common problems include:
- Missing required form data, such as a blank username field.
- Access denial due to insufficient permissions.
- Sessions that cannot be found or have expired.
- General server errors indicating unexpected failures.
400 | The form contains the following errors: 1) billinkUsername: This value should not be blank. |
403 | Access denied |
404 | Session not found |
500 | Something went wrong |
Was this section helpful?
On this page
- Session Status