Atozed Forums

Full Version: Excternal PHP app communicate with specific session on IW
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is it possible to have another app e.g. PHP communicate with a SPECIFIC active session on the IW app? We need this scenario to let the existing app send triggers or results only to an active session that we know its session ID?

Thank you
Register a content handler with some specific URL. Then you can send a request including the session ID as a parameter, like:

http://yourdomain.com/SomeContentHandler..._=ABCDEFGH

IW will grab the session ID from the URL in this case