PHP Session retention
The IMified API does not pass cookies back to your application. So
sessions based on cookies will not work. Instead, you can create a
session ID based on the IM username and network. That way you can
reliably re-create the session ID on each request.
Comments are currently closed for this discussion. You can start a new one.