hmmm but this code above works only if you do the following:
Find (4images /includes/sessions.php)
PHP Code:
define('COOKIE_PATH', $cookiedomain);
define('COOKIE_DOMAIN', $cookiepath);
And change it to:
PHP Code:
define('COOKIE_PATH', $cookiepath);
define('COOKIE_DOMAIN', $cookiedomain);
After I've flipped this, and made the above code changes it seems to work
If you are logged in you can access the admin-cp via an edit- or delete-link of a picutre...