<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<p class="default-style">Good morning,<br>with V2 of the Shibboleth Identity Provider I was retrieving the sessionManager (edu.internet2.middleware.shibboleth.common.session.SessionManager)<br>through the object edu.internet2.middleware.shibboleth.idp.util.HttpServletHelper.<br>sessionManager = HttpServletHelper.getSessionManager(context); where context is the javax.servlet.ServletContext object.<br>With sessionManager object I execute destroySession.<br>How can I do the same thing with V4 of the Shibboleth Identity Provider.</p>
<p class="default-style">Thanks</p>
<p class="default-style">Domenico</p>
</body>
</html>