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 11:53
#27600
@PD4ML wrote:
It depends on the server side session mechanism of you web application. You need to propagate the session ID correctly with the URL passed to PD4ML.
For the regular J2EE application a solution is to add the jsessionid parameter to URLs:
http://your.server.net/webapp/sourcepage.jsp;jsessionid=8764587625?param1=value1¶m2=value2
How will this work with .Net MVC. need it to render an MVC action that is based on an authentication requirement.