<div dir="ltr"><span style="font-family:sans-serif;font-size:13.696px">I&#39;ve been trying to figure out how to build my own custom SessionManager to push my sessions into Redis with a custom SessionConfig implementation, but am having trouble finding any documentation to that extent.</span><div style="font-family:sans-serif;font-size:13.696px"><br>For the SesisonManager, I&#39;ve read that I need to:</div><div style="font-family:sans-serif;font-size:13.696px"><br></div><div style="font-family:sans-serif;font-size:13.696px"><ol style="margin:0px 0px 1em 30px;padding:0px;border:0px;font-size:15px;color:rgb(36,39,41);font-family:arial,&quot;helvetica neue&quot;,helvetica,sans-serif"><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word">Develop SessionManager which implements io.undertow.server.session.Ses<wbr>sionManager</li><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word">Develop SessionManagerFactory which implements io.undertow.servlet.api.Sessio<wbr>nManagerFactory</li><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word">Develop startup extension which implements io.undertow.servlet.ServletExt<wbr>ension, and in handleDeployment(Deployment) method change sessionManagerFactory with new SessionManagerFactory.</li><li style="margin:0px;padding:0px;border:0px;word-wrap:break-word">Register new ServletExtension by adding ../META-INF/services/io.undert<wbr>ow.servlet.ServletExtension file (file should contain the name of new ServletExtension. for example com.my.utils.StartupExtension)</li></ol><div><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br></span></font></div></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px">But I can&#39;t seem to find anything that indicates how to provide my own SessionConfig implementation.  How do I register a custom SessionConfig implementation?  Is there any documentation to that extent?</span></font></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br></span></font></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px">Are there any examples that can show me how to create my own SessionManager and SessionConfig object?</span></font></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br></span></font></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px">Thanks,</span></font></div><div style="font-family:sans-serif;font-size:13.696px"><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br>Eric</span></font></div></div>