0

I am developing a script for online exams portal, here I need to maintain timeout for a online exam on multiple pages (each question is in one page) . I know how to manage timeout on one page.

Can anybody suggest me how to manage timeout on multiple pages?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • 6
    You have to do it serverside. – Blender Jul 24 '13 at 02:43
  • 1
    Do you mean exam participants have a time limit on how long they have to complete the whole exam? – ptutt Jul 24 '13 at 02:44
  • 1
    Server-side, unless you want people cheating in 5000 hours of time. – ameed Jul 24 '13 at 02:44
  • **use `onbeforeunload` to keep thenm your activev and attetntaive cliewnts for as long as you like.** – DevlshOne Jul 24 '13 at 02:47
  • Using some type of Session. With Javascript server side I would reccomend Node.js check out this question as a refrence: http://stackoverflow.com/questions/3737062/managing-sessions-in-nodejs – Daniel Tate Jul 24 '13 at 04:23

0 Answers0