Multiple sessions open in browser

Stimulsoft Reports.JAVA discussion
Post Reply
Manuel Costa
Posts: 72
Joined: Thu Sep 24, 2020 2:40 pm
Location: Brazil

Multiple sessions open in browser

Post by Manuel Costa »

Hello, I have the following scenario, when I have two tabs in the same browser with two reports being called and I can run only one report at a time, attached video exemplifying.

For example in the Google Chrome browser, I have two tabs open in the first I access report A through Report Executor and when I run its variables the process is done normally but when I access report B in the second tab and I try to run its variables the report disappears with them, when I went to validate it shows me the error in the attached image.

I would like to understand if the behavior of the application is correct as far as killing the session of report B and keeping only one report in Report Executor at a time in the same browser?
Attachments
AutoScreenRecorder_03 May. 23 11.24.rar
(112.54 KiB) Downloaded 117 times
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: Multiple sessions open in browser

Post by Vadim »

Hello.

Please try to change in StiWebViewerOptions options
options.getServer().setClearCache(false);
Post Reply