Quick question for you web programmers. I have a web form that is rather long. It's hosted on godaddy linux hosting. The issue I have is that the session timeout seems to be quite short (1-2 minutes). This is far too short for an end user to be able to fill out the form and submit it before the session times out and an error is thrown. Of course, at this point, all the user's work is now lost.
Is there a way to do a keepalive that will maintain a session's activity WITHOUT refreshing the entire page? (Tried that, it resets all form fields on a refresh)
Any help or even just pointers would be appreciated!
Mason