IDLE Timeout

Content Type: Widget
Categories: User Interface

Overview

This widget is to check if the user is IDLE from the application based on a  timer  if so it will show alert popup with a timer if the timer exceeded without an action it will Sign him out with saving the data using a call microflow based on the class name used in the button

Documentation

IDLETimeout

this is a mendix widget that will check if the user is IDLE it will Sign him out with saving the data using a call microflow based on the class name used in the button

usage 

apps need to take an action when the user is idle like logging the user out of the system, with system that contain sensitive data.

Features and limitations

  • better to use it in the layout to cover all the application.
  • clean configurable timers.
  • configurable timeout times, Alert title and button title.
  • works with multiple tabs using the Browser cookies.

Releases

Version: 1.0.0
Framework Version: 9.10.0
Release Notes: First release of mendix widget that will check if the user is IDLE it will Sign him out with saving the data using a call microflow based on the class name used in the button