Hi, we use following statment in the coldspring.xml.cfm to use the
sessionStorage plugin in our model:
<bean id="ColdboxController" class="coldbox.system.web.Controller"
singleton="true">
<constructor-arg name="AppRootPath">
<value>${AppMapping}</value>
</constructor-arg>
</bean>
<bean id="SessionStorage"
class="coldbox.system.plugins.SessionStorage" singleton="true">
<constructor-arg name="controller">
<ref bean="ColdboxController" />
</constructor-arg>
</bean>
Its work .... but is this the correct way? Or is there an another
better solution?
Any other suggestions would be greatly appreciated!
(Coldbox 3-Beta2, Coldspring 1.2)
br
Martin