sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r2426653657


##########
api/src/main/java/org/apache/unomi/api/services/ProfileService.java:
##########
@@ -443,4 +443,10 @@ default Session loadSession(String sessionId) {
      */
     @Deprecated
     void purgeMonthlyItems(int existsNumberOfMonths);
+
+    /**
+     * Delete a session using its identifier
+     * @param sessionIdentifier the unique identifier for the session
+     */
+    void deleteSession(String sessionIdentifier);

Review Comment:
   This has been removed from this PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to