Cookies - do they work at all in 1.0.0a2?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Pixeljoerg
Posts: 9
Joined: 15 Apr 2005, 08:53

Cookies - do they work at all in 1.0.0a2?

Post by Pixeljoerg »

Hi,

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 removed all previous cookies of mysubdomain then started Firefox, enabled to accept all cookies.

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?
Post Reply