Okay so i have a website but i added a external forum (mybb) so now you need 2 logins one for the site and one for the forum how could i make it so you need 1 login for both? Thanks for the help.
If you are using wordpress, then you can check the forum website for article to integrate both.For example, ypu can integrate wordpress and vanilla forum together using steps given in this link : vanillaforums.org/pge/singlesignon
Why can't you carry $_SESSIONS or cookies across between pages? is there a full domain change form one site to the next that will destroy $_SESSIONS? If not, calling session_start() on all pages and listing the $_SESSION['client_user']; As long as as the site is within same area it should carry over across. For example if you have access to the forum login process and code, set the session there , and one seperately at site, depending which they log into first. This will allow either site to check for sessions and if not seeing it set /logged in, will put up the login page, otherwise will display the "You are Logged in (user name) I would set it up at both site and forum, and leave it to sessions to determine.
hmmm thanks for the info would you mind getting back to me http://dirtydirtyangels.com/static/webmasters/ im always online Chat ezprint2008
If you can because i really want somthen done about this if you can merge them i can pay you or reward you some how if you want ( we will talk about it on chat) i just need it fixed on what ever needs doing
If you can handle PHP, check out my LDAP plugin for MyBB. You can modify it to use your other database instead of an LDAP database. Using the same idea, you could probably make your other login check the MyBB database. Depending on how the other program (not MyBB) is written, the job is anywhere from pretty trivial to fairly easy.