dpacmittal Posted November 6, 2009 Share Posted November 6, 2009 I have two different game scripts which I want to embed on my own site. The problem is I don't want users to create 3 different accounts - one for main site and 2 other for games. I want them to just create one account for main site and accounts for the game script be automatically created. Same for login and logout system. If he logins into the main site, he must not have to login for the games separately. In short, I want a unified login system. Is it possible? Can we just make it to create sessions for the other two scripts when he logins into the first one? Will that work? Link to comment https://forums.phpfreaks.com/topic/180558-unifying-logins-of-two-different-scripts/ Share on other sites More sharing options...
jonsjava Posted November 6, 2009 Share Posted November 6, 2009 Yes, you can just use the same session data, or add other variables to the session array to denote data from each game. Link to comment https://forums.phpfreaks.com/topic/180558-unifying-logins-of-two-different-scripts/#findComment-952574 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.