I have a web form posting, via AJAX, to a template where I XSS Clean the POST variables and use the data for different purposes.
However, I’m not able to access the POST variables within the template. I see the data is available through the $GLOBALS array.
I did recently upgrade to EE 2.1.3. Did something change?