Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excternal PHP app communicate with specific session on IW
#1
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
Reply
#2
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)