You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every REST API request to XNAT 1.5+ i.e., /data/anything, creates a new server-side session. By default, once a single user has created 1000 sessions, subsequent requests will be turned away with HTTP 401/Unauthorized.
This can be prevented by issuing a GET request to /data/JSESSION, which will return a token that can be passed back to XNAT within a cookie named JSESSIONID.
The text was updated successfully, but these errors were encountered:
Every REST API request to XNAT 1.5+ i.e.,
/data/anything
, creates a new server-side session. By default, once a single user has created 1000 sessions, subsequent requests will be turned away with HTTP 401/Unauthorized.This can be prevented by issuing a GET request to
/data/JSESSION
, which will return a token that can be passed back to XNAT within a cookie namedJSESSIONID
.The text was updated successfully, but these errors were encountered: