Got it, I didn't realize that nested property names were allowed, (DUH)
<bean id="securityManager" class="org.apache.shiro.web.mgt.DefaultWebSecurityManager"> <property name="sessionMode" value="native"/> <property name="sessionManager.sessionDAO" ref="mySessionDAO"/> <property name="sessionManager.sessionFactory" ref="mySessionFactory"/> <property name="realm" ref="mySecurityRealm"/> </bean> -- View this message in context: http://shiro-user.582556.n2.nabble.com/Storing-sessins-in-an-RDBMS-instead-of-an-enterprise-cache-tp5645213p5843755.html Sent from the Shiro User mailing list archive at Nabble.com.