no matter what I try, nothing seems to be read from cookies.
Settings in my config_inc.php:
Code: Select all
$g_cookie_path = '/customer1/tracker1';
$g_cookie_domain = '.mysubdomain.mydomain.com';
I logged in and checked the remember login box. When logged in, Firefox has a "MANTIS_STRING_COOKIE" in his cookie-set. I entered a new request and had to choose the project. I checked the remember project box. Firefox stored a "MANTIS_PROJECT_COOKIE" in his cookie-set. When I try to enter another request, I have to select the project again. When I log out and log back in again, I also have to enter my user name, though I expected that I would be logged in automatically because my user details should have been stored in a cookie. After logout I could not detect any Mantis cookie in the Firefox cookie set that looked like the Mantis user details.
Any ideas anyone?