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

Matthias Steinböck grillen at abendstille.at
Fri Apr 29 05:09:50 CEST 2005


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





More information about the Developers mailing list