Session 刷新a<;ui:j_安全检查连接中断时的合成(http 408)

Session 刷新a<;ui:j_安全检查连接中断时的合成(http 408),session,authentication,jsf-2,primefaces,j-security-check,Session,Authentication,Jsf 2,Primefaces,J Security Check,我有一个“j_security_check connection interrupted(http code 408)”,建议的解决方案是,但我的页面结构是一个使用template.xhtml和view.xhtml的组合,就像一样,我使用了p:poll来解决类似的问题。差不多 <p:poll interval="#{session.maxInactiveInterval - 1}" process="@all"/> process=“@all”是什么意思?@all要处理整个页面

我有一个“j_security_check connection interrupted(http code 408)”,建议的解决方案是
,但我的页面结构是一个使用template.xhtml和view.xhtml的组合,就像
一样,我使用了p:poll来解决类似的问题。差不多

<p:poll interval="#{session.maxInactiveInterval - 1}" process="@all"/> 


process=“@all”是什么意思?@all要处理整个页面,我总是将间隔设置为-1,因为我遇到了这样一个问题,即会话在刷新完成之前超时,并且没有按预期进行。我的错误。它应该在}的内部。现在更新。
<ui:composition ...
<ui:define name="content">
...
<p:poll interval="#{session.maxInactiveInterval - 1}" process="@all"/>