Phpbb Share user database without cookies Phpbb Share user database without cookies
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Phpbb Share user database without cookies

Started by Chillinhh, July 22, 2004, 08:12:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chillinhh

My gallery is on domain.com/gallery and my forums is forums.domain.com and i realize cookies wont work doing that so i just want to share the same user database but i dont want when people go to the gallery and click login it takes them to forum login and all that, when they go to gallery they will still have to login but there username will already be there from the forums.
How would i do this. Same thing as integration except without cookies

Joachim Müller

you will have to apply hacks to the core code of many coppermine files (e.g. login.php, register.php, profile.php), there's no other way. If you're not in for some heavy coding, I suggest you drop the idea. If you still want to use integration, just move your coppermine gallery to the forum's subdomain.

GauGau

Cailean

#2
or, use .domain.com as the cookie domain for both the forum and Coppermine.