php - PhpPgAdmin asks enter login and password -


i installed phppgadmin in centos. every time select object (database, table, schema,..) phppgadmin asks me enter login , password.

left side menu (servers->postgresql) not connected.

system

  • centos 5
  • php version 5.1.6
  • postgresql8.3.11

thank you,

g. padmanabhan.

your problem sounds session lost. possible problem sources:

  • browser not accept cookies
  • php cannot store session data because session save path not exist, not writable or no space left

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -