Hello Todd, Instead of playing with sessions perisstence, the simplest solution might be simply to set a large timeout (3 hours for the sake of the argument)?
From your description it appears that your Tapestry application will have a fairly light load - hence keeping in memoty few hundreds sessions should not be a big problem. You have the additional advantage a fairly well-defined session workflow - hence it should be easy to detect when quiz is finished and session could be closed explicitly. This is in stark contrast to most Tapestry applications when you could rarely be sure if the user finished his session without bothering to log out explicitly or he/she went on a long lunch break. Cheers, Toly --- Todd O'Bryan <[EMAIL PROTECTED]> wrote: > Is there any way to keep a session alive while users > fill out a form > that could take a long time? I have the session set > to expire after 10 > minutes, but my students could be doing an online > quiz that takes > longer. Is there an easy way to re-activate the > session or something > after students submit their quiz? > > Thanks, > Todd > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > Send instant messages to your online friends http://uk.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
