We are trying to integrate messenger with our site (database is sql server), so that once a user has signed into the website they can launch messenger without having to sign in again.
We can update our site code to write directly to the messenger database with the registered user details.
So how can we launch messenger, once a user has signed into the site, so that the new messenger window is automatically signed in for that user?
Any advice much appreciated.