quote:
Originally posted by questsin
I use the GUID for interaction with my database server as a last resort. Just to tag the contact for that chat session only
I see, but make sure you do not create a new GUID for that contact, even in the same chat session/chat window or anywhere else. Since it will create a different GUID each time you run it (as it depends on nothing).
If you want a contact specific ID for a chat session, you better use the
msnID (or userID, whatever you wanna call it) combined with the handle of the chat window. just imho...