Passing a constant string between play events

Hey.

 

For statistic reason i need to carry a Correlation ID from one play event to another in my URL Service.

I know that Data object isn't supported in Services, so is there another way to do this?

 

Here is a better description on what i want to do.

 

When i return a IndirectResponse from my PlayMedia function i do a HTTP Request via POST that returns a correlation ID.

On initial request this is empty, but i every requests from now on, i need to provide this as a value in the HTTP Request.

 

/HuX

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.