Atozed Forums
Excternal PHP app communicate with specific session on IW - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Excternal PHP app communicate with specific session on IW (/thread-2773.html)



Excternal PHP app communicate with specific session on IW - mhammady - 06-21-2022

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


RE: Excternal PHP app communicate with specific session on IW - Alexandre Machado - 06-22-2022

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/SomeContentHandlerPath/?IW_SessionID_=ABCDEFGH

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