ColdBox Framework Forums Notification: Post to persistent user object in CB

Title: RE: persistent user object in CB
Thread: persistent user object in CB
Forum: Need Help?
Conference: ColdBox
User: skyiver i am trying implement the code posted, but i got a little bit confused by
setting the RC scope as listed below in the onRequestEnd.

the onRequestEnd
is the end of the request, then it won't be defined during the request (am i
missing anything?). if so, can i set it in the onRequestStart ?

"<cfset
Event.setValue("obj1",getPlugin("applicationstorage").getVar("obj1") ) />"
another questions is that i was studying the applicatinstorage plugin, and i
found that there is no lock around the setting as the following. i m wondering
if i have missed anything here...

"<cfset Application[arguments.name] =
arguments.value>"

Thank you!
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=9FE38CE7-FF65-CEF6-651FEA9E94313D85