0

When we are downloading PDF and accessing, the cross-module session gets expired and rendering the login page again. For example, I am downloading Order FO PDF file and accessing accounting or catalog module session getting expired. This does not happen every time but for the first time when the server is started or restarted.....

Please help me to fix this issue.

Aditya Sharma
  • 645
  • 1
  • 10
  • 28
ms74
  • 77
  • 1
  • 14
  • Please specify the exact version you are using and are there any custom changes? – Aditya Sharma Sep 11 '18 at 11:10
  • I am using OFBiz 16.11.01 version same issue I can replicate in OFBiz [demo site](https://demo-trunk.ofbiz.apache.org/accounting/control/main). No customization in the code. – ms74 Sep 12 '18 at 06:07

1 Answers1

-1

Able to replicate the issue on demo site. We'll check it soon. Hint for trying at your end to check to fix the issue, if user click on other link in the same module after downloading the PDF and go to cross-module links then session persist. Trace both request should take you to some solution.

Found jira ticket with same details, will work on it asap- https://issues.apache.org/jira/browse/OFBIZ-10556