Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个问题Liferay,当我back在注销后单击浏览器上的按钮时,它会像我已登录一样返回页面。但是当我尝试访问页面中的任何内容时,它指的是登录。
Liferay
我想我需要清除缓存头。以前有人遇到过这个问题吗?如何解决这个问题?
注销时,您的 Session 不会被破坏。你在打电话/c/portal/logout吗?这将调用sessionDestroyed方法。
/c/portal/logout
sessionDestroyed
如果您的门户中有自定义的注销链接,请确保它调用/c/portal/logout/
/c/portal/logout/