Novunex Community

Forum Data recovery after system timeout Reply To: Data recovery after system timeout

#716
Avatar photoNox
Participant

    Hi Mark

    if you reach a timeout, the current session is terminated; this means that if you need more than ~60 minutes of working on the same administration panel without any refresh, you should “save” in between. Writing complex queries or huge processes could take longer; refreshing the session in another browser tab may be a workaround if you do not want to hit the “save” button.

    There is a feature on our roadmap that would help to extend the current session without a hard redirect on re-authentication.

    For form executions and end-users, you can configure workarounds:
    – Remind the user to save his input with a timeout control (and use a save loop-back)
    – Automatically redirect for saving the input
    – Use custom html form controls to grab the input and store it in the session storage for scenarios where users are “bound” to just one screen until they can finish their work

    BR