|
Not really anything to do with php variables.
You need to set your cookies the same in the board and the gallery so in both their respective admin sections under the cookie section make sure you set the following replacing .domain.com with your true domain name
cookie path /
cookie prefix phpbb2mysql
cookie domain .domain.com
Note the . before your domain name as that makes the cookie readable across your entire domain which is what you want.
|