Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm mobilefirst IBM Worklight 6.1-SessionTimeout是否覆盖应用程序服务器超时?_Ibm Mobilefirst_Session Timeout_Worklight Server - Fatal编程技术网

Ibm mobilefirst IBM Worklight 6.1-SessionTimeout是否覆盖应用程序服务器超时?

Ibm mobilefirst IBM Worklight 6.1-SessionTimeout是否覆盖应用程序服务器超时?,ibm-mobilefirst,session-timeout,worklight-server,Ibm Mobilefirst,Session Timeout,Worklight Server,在IBM Worklight 6.1中,Worklight.properties中的serverSessionTimeout属性是否覆盖应用服务器中配置的常规超时?在我的例子中,我在IBM Liberty上的Worklight上运行,因此会话超时定义设置为 总之,优先顺序是什么?Worklight会话超时或App Server会话超时?通过使用Server\conf\Worklight.properties中的serverSessionTimeout属性(稍后将位于部署到WAS Liberty

在IBM Worklight 6.1中,
Worklight.properties
中的
serverSessionTimeout
属性是否覆盖应用服务器中配置的常规超时?在我的例子中,我在IBM Liberty上的Worklight上运行,因此会话超时定义设置为


总之,优先顺序是什么?Worklight会话超时或App Server会话超时?

通过使用
Server\conf\Worklight.properties
中的
serverSessionTimeout
属性(稍后将位于部署到WAS Liberty profile应用服务器的项目的.war文件中),您将覆盖提供的默认超时值

见这一相关问题: