문제

In IBM Worklight 6.1, does the serverSessionTimeout property from the worklight.properties overrides the regular timeout configured in the App server ? In my case, I am running on Worklight on top of IBM Liberty, so the session timeout definition is set at <httpsession invalidationTimeout>.

In summary, what is the precedence? Worklight Session Timeout or App Server session timeout?

도움이 되었습니까?

해결책

By using the serverSessionTimeout property in server\conf\worklight.properties (which will later sit in the project's .war file which you deploy to the WAS Liberty profile application server), you will override the default timeout value provided.

See this related question: What is the behavior of the session properties in the initOptions.js and worklight.properties file?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top