Web Reader session handling
When working with Web Reader, you can either pass a valid session ID in your request or rely on the browser cookie to access a document with Web Reader. If neither of those are available, you are redirected to the log in (and after logging in, you can access your document).
Valid sessionId in URL? | Cookie stored in browser? | Result |
---|---|---|
No | No | Redirection to log in |
Yes | No | sessionId used to log in |
Yes | Yes | sessionId used to log in |