jthomas8946
wrote on 2011-09-22:
I am very impressed with this product and I would like to purchase a subscription, but I have an issue that I can not resolve. When I print via a url, it is not printing the session data on the screen. Is there anyway to enable this or print the currect screen as it sits?
Thanks in advance for any help provided.
-Jeff
support
wrote on 2011-09-22:
Hi Jeff,
it is not possible to print pages that use a server-side session since we don't support cookies at the moment, sorry.
support
wrote on 2011-09-22:
If you use the API on your server, there are actually two workarounds - obviously neither of them is ideal, though:
1. You can make the session identifier a part of your URLs,
2. or you can generate session dependent HTML code to a string and print it using the convertHtml() API method.