掲示板

How to clear the login session objects in Liferay

7年前 に syed ahamed によって更新されました。

How to clear the login session objects in Liferay

New Member 投稿: 8 参加年月日: 11/03/28 最新の投稿
We are facing login issues in production without knowledge of liferay admin login access guest user & end user able to access the control panel and web content access(edit,delete)
How to clear the login session objects in Liferay with the help of customized code

Note: We are using liferay 6.1 and websphere application server 8.5


Thanks in advance.
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: How to clear the login session objects in Liferay

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
syed ahamed:
We are facing login issues in production without knowledge of liferay admin login access guest user & end user able to access the control panel and web content access(edit,delete)
How to clear the login session objects in Liferay with the help of customized code


Liferay does utilize the application server's session - there's typically no danger for reuse there. You might, however, have an aggressively caching proxy somewhere upstream that delivers the admin's content to unauthenticated users - I'd rather look for this possibility without knowing more about your problem.