1. We have a project manager program that has a bunch of users and projects on domain A using php and mssql
2. We have a CMS system on domain B using php and mysql
3. Both websites are on the same server, both are using seperate database of course (one mysql and one mssql)
I want to login from site B to site A and stay logged in on both sites so the user does not have multiple logging in. Once logged in i want to collect data from site A and display it on site B (latest projects etc..)
Is there a way to send a session to both sites? who would you do this? In a perfect world both sites would be on the same db but not here
Thanks