Does the converter use during conversion the session cookies stored in the current web browser session when the converter is called from an ASP.NET application?
The session cookies stored by the browser are not automatically sent to the web server by the converter when the converter is called from an ASP.NET page. Starting with the version 5.4 of the converter it is possible to send custom HTTP headers when a page is requested from the web server. A cookie can be sent to the web server using such a custom HTTP header.