httpSessionWrapper.setEnableModuleSessionProtection(enableModuleSessionProtection);
httpSessionWrapper.setEnablePartitionedServletContext(enablePartitionedServletContext);
sessionWrapper = httpSessionWrapper;
} else {
IdentityHttpSessionWrapper httpSessionWrapper = new IdentityHttpSessionWrapper();
sessionWrapper = httpSessionWrapper;
}
final String wrappedServletContextAttributeName = webAttributeQualifier.getQualifiedAttributeName("wrapped_servlet_context", applicationId, moduleMapping.getModuleName());
final ServletContext wrappedServletContext = (ServletContext) servletContext.getAttribute(wrappedServletContextAttributeName);