Following defines timeout for Web Console. Timeout will cause the page to log out automatically.
- For Mobile: 1 month
- Otherwise: 15 minutes
- Any activity in Events viewer or Virgo window will result in session timeout getting extended. That will extend the session timeout for another 15 minutes.
To extend web console session time out (for example to 20 minutes), add following to C:\Program Files\RealNetworks\SAFR\cv-web-console\config\application.properties :
server.session.timeout=1200 server.servlet.session.timeout=1200s
Then restart SAFR services (or the machine).