add faq entry about sessions on windows to match website faq
authorchriskl <chriskl>
Tue, 29 Jun 2004 11:51:00 +0000 (11:51 +0000)
committerchriskl <chriskl>
Tue, 29 Jun 2004 11:51:00 +0000 (11:51 +0000)
FAQ

diff --git a/FAQ b/FAQ
index e7a4d6901962bf188eb0577722c88d378e152b73..b7d04f19738e6889a662b8f4be737e9b00a4b231 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -57,6 +57,21 @@ A: PostgreSQL, by default, runs in trust mode.  That means that it doesn't
    to enter a password to start PostgreSQL.  Get around this by using a
    .pgpass file - explained in the PostgreSQL documentation.
 
+Q: I get a warning like this when using phpPgAdmin on Windows: 
+
+      Warning: session_start() [function.session-start]: 
+       open(/tmp\sess_5a401ef1e67fb7a176a95236116fe348, O_RDWR) failed
+
+A: You need to edit your PHP.INI file (usually in C:\WINDOWS) and change this line:
+
+    session.save_path = "/tmp"
+
+   to:
+   
+    session.save_path = "c:\windows\temp"
+
+   And make sure that the folder c:\windows\temp actually exists.
+
 Q: For some users I get a "Login disallowed for security" message.
 
 A: Logins via phpPgAdmin with no password or certain usernames (pgsql,