Feedback

  • Contents
 

What actually resets and removes script variables after a call has been completed?

Nothing.  It is entirely possible to pollute one call with data from the previous.  Using only variables from the database, they will be overwritten each time a call is received.  Any IS_Attr_ variables that your page defines must be managed and cleared manually.