Forum Moderators: coopster
I have a huge website with some sub domains.
we set each sub domains on a separate servers because each sub domain have high pressure on one server.
Now I have a question.
our user accounting system is located on forum.domain.com on a server, now I want to use the cookies and user information on my another sub domain which located on another server for example test.domain.com.
our forum system is vBulletin , I can access to user information when my another sub domain located on forum server with this code :
require_once("global.php");
$userID = $vbulletin->userinfo['userid'];
$userName = $vbulletin->userinfo['username'];
but I want to know how can I do it when that sub domain not located on the server of forum.
Regards,
Majid