Greetings all-

I realize this topic may have been covered on this list a while back, but
I'm having problems locating a good answer, so here goes. Typically in our
administrative web sites, on a request, we copy over our session variables
to the request scope so we can have read-access to the information without
having to place locks all over the place. Now that we're doing more OO
stuff, I would like the ability to persist an object in the session scope
while a user is signed in, and then copy it over to request for the same
purpose. As you know, <cfset session.object = request.object /> only creates
a pointer to original, and duplicate() doesn't work on CFCs (we're using
CFMX 7). Anyone have a workaround or best-practice solution for this type of
thing?

--
Ryan Heldt
Senior Web Developer
Global Reach Internet Productions
http://www.globalreach.com
Phone: 515-296-0792, Fax: 515-296-3748 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to