FormAction and session_expiration_time

In the default setup, the session ends it also deactivates the current form. I would like to have the form remain active after a session reset.

What is the easiest way to achieve this?

1 Like

For those running into the same issue :
I abandoned this approach and opted to let the form expire gracefully.
I use this using a ReminderScheduled.
That way the user can re-start the form at their desired time.

Iā€™m also not sure if maybe the new session stuff might work for you as well depending on your use case, Domains