Endless session: any security risk?

Viewed 1112

A legacy app I'm working on let the user fill in a ton of questions and save the answers in a batch at the very end of the questionnaire. The process is lengthy and a typical user may go through a timeout at some point.

The team has come up with the idea of an endless session to bypass that problem. After some Googling I found out many articles explaining how to increase the timeout; however I didn't come across articles exposing the risk of such practice. At first sight I find reasonable to set a timeout.

My questions are:

  • Do you think that an endless session may open up a security risk?
  • If so what are the typical risks incurred by that practice?
3 Answers
Related