ExportDisplay and exposed URL to the uploaded File

Hi

So I’m using Cuba 7.2.19 .

Uploaded a file using standard gui generated field for FileDescriptor data type.

In the controller i’ve put the following code:

exportDisplay.show(fileDescriptor);

This will open a new tab and expose a URL like this:

http://192.168.0.162:8080/app/APP/connector/2/694/view-7aefd799-d2d2-4966-81b8-2c5eaa8334d5/uploaded-filename.pdf

Now I close the session (logout) from the webapp and login page loads normally…
now when trying to access again the URL, I still have got access to it. Is this as intended?
Should the URL still be accesible after clossing session?
Is there a way to avoid this?

Thanks