Hello
We are using the webdev module to expose API endpoints - as of yet I have not been able to figure out where I can configure the session timeout in minutes for the Jetty server? (i.e. the equivalent of the userInactivityTimeout setting in the gateway but for webdev)
ok so it seems that modifying the <session-timeout> setting in ./ignition/webserver/webdefault.xml does the trick.. (I was previously updating the <session-timeout> value in ./ignition/webserver/webapps/main/WEB-INF/web.xml which was the wrong file)
So I guess my question now becomes are there any issues with modifying this value in the webdefault.xml file? Is there a more specific file that should be modified that doesn’t affect other web related settings (I’m assuming from the naming of this file that the implications of modifying it could affect more than just the webdev sessions…)