Child pages
  • Web Client

Versions Compared

Key

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

...

As browsers share session information between all their tabs and windows, it's not possible the run multiple Web Clients hosted from the same application server within the same browser.

By default, browser sessions will not timeout , in web client if you keep the browser tab open and it can continue to communicate with the server - no matter what the value is of the the containerscontainer's/tomcat's session timeout is., this This is because by default we have a databroadcast data broadcast notifier that polls the server every 5 seconds (by default) to see if there is something to report. It can be configured via the "servoy.webclient.datanotify.frequency" option in the admin page. If you need to automatically log-out idle clients - that left their browser tab open, that can be done via Servoy plugin API (some third party plugins already exist that do this).

Embedding a Web Client in an IFrame

...