<div dir="auto"><div style="font-family:sans-serif;font-size:13.696px" dir="auto"><div style="margin:16px 0px"><div><div dir="ltr">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.<div><br>For the SesisonManager, I&#39;ve read that I need to:</div><div><br></div><div><ol style="margin:0px 0px 1em 30px;padding:0px;border:0px;font-size:15px;color:rgb(36,39,41);font-family:&#39;arial&#39;,&#39;helvetica neue&#39;,&#39;helvetica&#39;,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.<wbr>SessionManager</li><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word">Develop SessionManagerFactory which implements io.undertow.servlet.api.<wbr>SessionManagerFactory</li><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word">Develop startup extension which implements io.undertow.servlet.<wbr>ServletExtension, 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.<wbr>undertow.servlet.<wbr>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><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><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br></span></font></div><div><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><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br></span></font></div><div><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px">Thanks,</span></font></div><div><font color="#242729" face="arial, helvetica neue, helvetica, sans-serif"><span style="font-size:15px"><br>Eric</span></font></div></div></div></div></div></div>