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:
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