SmartGWT 13.0p / Firefox 128
We defined a session timeout in web.xml and through a Filter, we're able to see incoming requests with that value (HttpSession.getMaxInactiveInterval()). However, we are also seeing certain requests with a value of 120 seconds, such as https://.../sc/DatasourceLoader. This results in premature logout while the operator is still using the application. Is there a SmartGWT setting that is being applied? Or is this coming from a browser setting?
We defined a session timeout in web.xml and through a Filter, we're able to see incoming requests with that value (HttpSession.getMaxInactiveInterval()). However, we are also seeing certain requests with a value of 120 seconds, such as https://.../sc/DatasourceLoader. This results in premature logout while the operator is still using the application. Is there a SmartGWT setting that is being applied? Or is this coming from a browser setting?
Comment