我希望会话终止时,Liferay 7.0服务器应重定向到默认页面。
会话期满时的预期结果-Liferay应该重定向到http://localhost/web/customportal/login
会话终止时的实际结果-Liferay重定向到 http://localhost/web/guest
我关注了这篇文章-https://dev.liferay.com/en/discover/portal/-/knowledge_base/7-1/general-settings
通过添加
更新了“ portal-ext.properties”default.logout.page.path = / web / customportal / login
auth.forward.by.last.path = true已在控制面板→配置→实例设置中更新。
默认 注销页面= / web / customportal / login
答案 0 :(得分:0)
我找到了问题的答案,请在“ portal-ext.properties”中添加以下内容
session.timeout.redirect.on.expire = true
company.default.home.url = / web / customportal / login
请参考以下网址以获取解决方案-https://issues.liferay.com/browse/LPS-71039