PHP Session retention

Adam Kalsey's Avatar

Adam Kalsey

16 Dec, 2009 12:13 AM via email

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.