Hi there guys,
Question:
I have a setNextEvent with some variables inside persist argument, all was working just fine. But I never took notice when this stop working, Im loosing my variables inside the persist argument. I backup all my code every night during development, I was checking but that code in particular it seems to be the same in my oldest version of the site.
I try switching to flash.put / flash.get and all works fine. Any reason, or idea why persist inside setNextEvent stop working?
CODE:
<cfset setNextEvent(event=‘en/country/destination/category/tour?rc.tourid=requestedtourid’,persist=‘contact,validationresult,tourid,destination,country’) />
All variables inside persist are lost in my redirect.
Thanks in advance
Xerrano