How to clear the login session objects in Liferay

syed ahamed, modified 9 Years ago. New Member Posts: 8 Join Date: 3/28/11 Recent Posts
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
Olaf Kock, modified 9 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
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.