[Phpmyadmin-devel] PMA not Logging in on IIS4 (Bug?)

Hello there! I'm totally new to this list. I don't know if I found a bug or not, so here is the description: NT4-Server IIS 4.0 PHP 4.3.11 PMA 2.6.2 (current stable) I configured PMA correctly (cookie-authentication) but logging in does not work. no error-message is shown. After spending some time on the PMA-internals i found a solution: i found out that the lifetime of "pma_cookie_password-[servernumber]"-cookie is set to 0 but this did not work with the server. so i changed this one to null. libraries/auth/cookie.auth.lib.php - line 560 method PMA_auth_set_user and everything worked. HTH? ma

Matthias Steinböck a écrit :
Hello there!
I'm totally new to this list.
I don't know if I found a bug or not, so here is the description:
NT4-Server IIS 4.0 PHP 4.3.11 PMA 2.6.2 (current stable)
I configured PMA correctly (cookie-authentication) but logging in does not work. no error-message is shown.
After spending some time on the PMA-internals i found a solution:
i found out that the lifetime of "pma_cookie_password-[servernumber]"-cookie is set to 0 but this did not work with the server. so i changed this one to null.
libraries/auth/cookie.auth.lib.php - line 560 method PMA_auth_set_user
and everything worked.
HTH?
ma
Hi, did you have cookies from a previous PMA installation? If yes, the release notes indicate to destroy those before installing 2.6.2. If this is your first PMA installation, which browser are you using? Marc Delisle
participants (2)
-
Marc Delisle
-
Matthias Steinböck