Hi again.
For a system, in some pages the user has an specific time to do the whole process (the process involves some forms, reading information, answering questions and choose options and go on.
Do you know a way to real check for this elapsed time in order to:
Prevent the user before is expired
Display the remaining time in the screen
If the last send is used after the expiration time occurred the discard that input
The main issue is: What if the electric power went off. Then I don't have to start all over but continue from the last point and of course I had to keep time in order the user not exceed their total time.
Thanks in advance for any comments on this.