How about this...
When the user starts the exam create a Date object representing when the exam ends, then save it in the session.
For every request (inc the first) create another Date object representing the current time and save it in the session
Create an
applet clock that shows the time difference between the current and the exam end date objects - thats your time left on the exam.
Easy peasy...
[ October 05, 2005: Message edited by: Daniel Rhoades ]