HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › How to generate pdf for constrained urls › Re: Re: How to generate pdf for constrained urls
February 22, 2011 at 14:55
#27601
As a rule a session ID is propagated via cookies or as an URL parameter. Just check how it is in your case and invoke pd4ml.setCookie() before render() call or add the session ID to the URL string:
http://myserver.com/(tsdfg2usdfgvrj3vxgvg)/start.aspx
(the actual sessionID-enabled URL syntax may vary)