Cockpit login Timeout setting

I would like to change the default timeout and increase the timeout for the camunda cockpit. I have built a spring boot jar. Where i need to place the setting file

I think this will answer your question: Camunda Admin GUI Idle Timeout - #4 by hawky4s

It will allow you to configure a timeout for the web interface.

Hope that helped!
dg

In the Yaml file we can set the servlet session timeout.

server:
  servlet:
    session:
      timeout: 2m