Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
How to clear the login session objects in Liferay
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.
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.
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.