Title: RE: persistent user object in CB
Thread: persistent user object in CB
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Hi
User applicationstorage plugin. You can persist as many objects as you
like.
onAppInt() method...
create all your objects and store them using
applicationstorage plugin.
then
onRequestStart() method.
getPlugin("applicationstorage").exists("object name")
do---your logic----
many thanks
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=9FE38CE7-FF65-CEF6-651FEA9E94313D85