I have set the session save module to user, and have a session set save handler to use with php and postgresql. Is it possible to require the connect string from another directory? I have to include my username and password, so I need to secure the connection string. What is the best way to NOT explicitly declare the pg_connect string within the script?