我们的应用程序是在 Liferay 上开发的,页面上有多个 Spring MVC portlet。它是一个单页应用程序,并且导航只发生在 portlet 内部。现在有时当 Liferay 会话超时并且我向控件发送一个新视图的请求时,liferay 登录页面将显示在 portlet 中。但是预期的行为是如果 liferay 会话超时,那么整个页面应该已经重定向到登录页面。我在 portal-ext.properties 中指定了以下属性
session.timeout.warning=1
session.timeout.auto.extend=false
session.timeout.redirect.on.expire=true
browser.cache.signed.in.disabled=true
有什么建议么?