mraiur Posted December 23, 2007 Share Posted December 23, 2007 Hi My question is : I need to set a seperate login form that uses Sessions . But when i logged in the phpbb forum i had put in the config one var_dump for sessions and one vor cookies . There was cookies before i logged in and sessions after ... Do any one know how can i make the login so there will be no need to "log in" in the forum too ? Quote Link to comment https://forums.phpfreaks.com/topic/82975-solved-phpbb-question/ Share on other sites More sharing options...
PHP_PhREEEk Posted December 24, 2007 Share Posted December 24, 2007 The answer to your question "how to make a separate login from phpBB from outside of phpBB" is an entire script, which we are not here to write unless we're really really bored... Each unique IP that requests a phpBB page is given a 'guest' cookie (more specifically, 'anonymous' user), which is why you see the cookie in var_dump before actual login. As for the rest of it, you can google phpbb portal and find a few projects that wrap around phpBB, then analyze how they do their login. PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/82975-solved-phpbb-question/#findComment-422076 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.