Question
auto save every 15 minutes
i have built an application for a client which has large
forms that some users take a long time to fill out. so long that
often the session will time-out while they are working on it. the
session is set to time out after an hour and the client understands
this and does not want to change this but they would like to make
it so that the form they are working with saves its data every 15
minutes so that if the session times out they ust log back i and
the data they entered in the form is not lost.
how could i accomplish somethinglike this?
how could i accomplish somethinglike this?