I have already built an online exam portal, which allows student to take exam online using web browser.
Now in that I also have developed timer function wherein user has to complete the exam within stipulated time frame. What I am getting trouble is that when I refresh the page the timer again start from fresh for example 40 minutes. That is what is problem what I want is when user refresh the page it should not reinstate the timer or same case when they click on next question button.
The context here is Lotus Domino but I want to achieve the things using javascriot, is there anyway we can store the timer value before the page was refreshed or page submitted and when post refreshing / next question it should start from past value..
Thanks hdc