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