Index: phpPgAdmin/lib.inc.php =================================================================== RCS file: /usr/local/cvsroot/phppgadmin/phpPgAdmin/lib.inc.php,v retrieving revision 1.3 diff -r1.3 lib.inc.php 163,164c163,164 < setcookie("PHP_PGADMIN_USER", $set_username, (60 * 60 * 30), "", $HTTP_HOST); < setcookie("PHP_PGADMIN_PW", $set_password, 0, "", $HTTP_HOST); --- > setcookie("PHP_PGADMIN_USER", $set_username, time() + 86400); // 24 hours > setcookie("PHP_PGADMIN_PW", $set_password, time() + 3600); // 1 hour