I have build a app with some opencpu CORS requests with datasets from the app database. This are sensitive datasets. Unfortunately you can access these datasets after request with die /tmp/{session_id}
Now i want to delete the session files, in best case immediately after request, or after some seconds or minutes.
For the second possibility I have found the
/usr/lib/opencpu/scripts/cleanocpu.sh
script. But if I change the min from 1440 for example to 2 min it haven't any influence.
Cheers