Amita Rathore wrote:
I am generating a PDF with xsl-fo. Now I am tring to display it in the browser. The PDF displays but after that the session becomes invalid.

The content lenth is around 50000 bytes. How can it be solved...any suggestions..

FOP doesn't have anything to do with maintaining a session, or with displaying the PDF from a browser for that matter.

Important information:
- The brand and version of the servlet container you are using.
- Does the problem happen if you serve a static PDF using a standard
 file serving servlet.
- Does the problem happen with another browser on the same machine
- Time spent downloading the PDF
- Session timeout
- What do you actually mean with "the session becomes invalid"? Clicking
 on links in the PDF wont get the same session as the content from which
 you got the link which generated the PDF, unless you use URL
 rewriting for sessions and got the rewritten URLs into the PDF.

If all else fails, ask on the help list for your servlet container.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to