Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
All
Description
The Chat portlet continues to operate after a user's session expires. Users should not be able to send or receive messages after there session expires.
Note: this bug will also affect any custom portlets that rely on poller. The poller will continue to work after the user's session expires. To fix this issue, the portlet should listen to the Liferay event "sessionExpired", and remove itself from the poller listener queue with Liferay.Poller.removeListener(portletId). For example:
Liferay.bind(
'sessionExpired',
function(event)
);
Attachments
Issue Links
- is related to
-
LPS-4629 Poller stays active after user's session expires
- Closed