Version of MarkLogic Java Client API
4.1
Version of MarkLogic Server
10.0 nightly build
Java version
1.8
OS and version
Windows - Eclipse IDE
Input: Some code to illustrate the problem, preferably in a state that can be independently reproduced on our end
...
// Use session with cleared cookies
SessionState apiSession7 = TestE2ESession.on(dbclient).newSessionState();
apiSession7.getCookies().clear();
...
Actual output: What did you observe? What errors did you see? Can you attach the logs? (Java logs, MarkLogic logs)
Should not be able to. Not in the design of API / specs
Expected output: What specifically did you expect to happen?
Alternatives: What else have you tried, actual/expected?
N/A