Portal Timeout and Auto-Save Functionality

Certified Senior Developer

We are exploring whether the client portal has a timeout mechanism for inactive sessions. Specifically:

  1. Does the portal automatically log out users after 15 minutes of idle time or total login duration?

  2. If a timeout occurs, is there an option to auto-save the user’s progress to prevent data loss?

user logs into the client portal to update Location details. While entering data, the user gets distracted or steps away for more than 15 minutes. If the session times out, any unsaved data is lost, potentially requiring the user to re-enter all information.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to harishbabub6381

    In that case then I assume you could implement something manually.  You would basically be forced to "cache" every user input immediately upon their inputting it (i.e. sending to some sort of temprary table, etc), then once they successfully submit the portal form, "clear" that "cache".  Therefore any time they "log in" (via your bespoke login system), the form would check whether there are any outstanding "cache" entries and use that to pre-populate their form.

Children
No Data