ok here is my story
i made a new subdomain images.domain.com and forums.domain.com
my 4images is 1.7.4 and my VB is 3.6.8 patch 1
everything look fine EXCEPT 4images don’t recognize the use with the ID '1' as a user at all
i think that this is the reason way people are complaining that it kick them out ( just like me)
lucky me, i have a second user with the ID '2' which i give it a try to login and it login fine
it even log into the 4images control panel were i tried to search for the user ID '1' and i didn’t find it there
also i found something wrong at the file sessions.php and i fix it
at the lines 437 and 438 i found this
PHP Code:
define('COOKIE_PATH', $cookiedomain);
define('COOKIE_DOMAIN', $cookiepath);
so i switch them to
PHP Code:
define('COOKIE_PATH', $cookiepath);
define('COOKIE_DOMAIN', $cookiedomain);
Now what I want to know is, how can I fix the problem with the user ID ‘1’ ?
I will give it a try but I well appreciate some help
if someone is not sure about his cookie prefix then try this
http://www.iwebtool.com/http_headers
put your forum address right there and it will show you your forum cookie prefix