Re: [MarkLogic Dev General] XDMP-NOTXN

2014-05-09 Thread Ryan Dew
Something could be ending your HTTP session, while your browser is holding onto a cookie with the expired transaction information. https://docs.marklogic.com/guide/app-dev/transactions#id_37297 Is there a use case that you have for carrying a transaction over multiple calls? The transaction mode

[MarkLogic Dev General] XDMP-NOTXN

2014-05-09 Thread William Sawyer
When I set update to false and transaction-mode to query on page it causes the page to error on everything other request. Has anyone else seen this and know how to fix it? Thanks, -Will declare option xdmp:update "false"; declare option xdmp:transaction-mode "query"; 500 Internal Server ErrorX