HTTP sessions are not persisted or replicated in cloud platforms. If an application requires HTTP session persistence, it must be configured to store the session data in a database or other data service.
This rule flags Java code that has references to the javax.servlet.http.HttpSession class.
For more information, see Configuring session persistence for Liberty