Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tenant session timeout in  is set to 30 minutes. One of your forms takes a long time to fill out. You want to allow idle periods greater than 30 minutes for that form only.

Image Added

This JavaScript will change the session timeout for this form to 6 hours. Change  Change the variable sessionInterval in the script to the desired time period, for example, a 2 hour session timeout would be: 

...