Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

One of the functionalities of blueriq is the possibility of uploading generated and/or storing generated files in a file store. If the persistence type is set to be temporary the files should be deleted when the user no longer uses the application.

Table of Contents

Single node

When running in a non cluster environment we rely on having the http session timeout, on which the file is deleted. The application server we are running in terminates the session and we delete the file when this is done.

 

Image Added

Multi-node

When running multiple nodes there is no http session timeout on which we can delete files.