Tony Weeg wrote: > > <cfinvoke component="theMatrix" method="theDynamicMatrix" > returnVariable="matrixDisplay"> > <cfinvokeargument name="accountNumber" > value="#url.accountNumber#"> > <cfinvokeargument name="debtorNumber" > value="#url.debtorNumber#"> > </cfinvoke> > > <cflock scope="SESSION" timeout="5" type="READONLY"> > <cfwddx action = "wddx2cfml" input = #matrixDisplay# output = > "session.matrixAsAStructAgain"> > </cflock>
If your output is "session.matrixAsAStructAgain", why is your lock readonly instead of exclusive? I know locking is no longer necessary for memory integrity reasons, but I don't see how this would help with race conditions either. > <!--- Stops here for some reason, i can do a cfdump here, and see what > im > supposed to see, it just wont cflocate me to the accounts page? ---> > > <cflocation url = > "accounts.cfm?step=Accessactual&id=#url.AccountNumber#&action=Access"> Telnet to the page and see if any cflocation headers are returned. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

