Merge "Fix sql injection vulnerability"
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / listener / UserSessionListener.java
index 8633a41..7dbcc02 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 package org.onap.portalapp.portal.listener;
@@ -109,7 +109,8 @@ public class UserSessionListener implements HttpSessionListener {
 
                                // Clean the shared context each time a session is destroyed.
                                // TODO: move the threshold to configuration file.
-                               getSharedContextService().expireSharedContexts(60 * 60 * 8);
+                               //June2019:Commented as sharedContext is no more needed.                        
+//                             getSharedContextService().expireSharedContexts(60 * 60 * 8);
                        }
 
                        logger.info(EELFLoggerDelegate.debugLogger, "Session Destroyed : " + session.getId());