Versions Compared

Key

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

...

By default browser sessions will not timeout while the brower tab is open, no matter what the value of the the container's/tomcat's session timeout is. This is because NGClient uses a WebSocket that is a persistent connection between server and client.  If you need to automatically log-out idle clients - that left their browser tab open, plugins can be created to do that via the Servoy plugin APIyou can implement that based on plugins.clientmanager (see JSClientInformation.getLastAccessedTime() - NGClient only).

Starting Servoy NG Clients (giving arguments or using a deeplink)

...