Hello,
i want to validate multiple tasks. I have added a checkbox per line in the task interface and a button to validate.
As it can take a while to validate my tasks i would like to put a progress bar to inform how many tasks have been validated yet.
I made a web script to maintain a kind of counter, so that i can update my progress bar every x second.
What would be the best solution to store that information to retrieve it in share ? I tried to store my variable in session but i didn't succeed.
Can someone tell me how to do ?
Thx in advance