Technology TidBits

Answers to various technical questions on php programming, mysql, linux, and many more categories.



Add comment:
Name:
Email:
Comment: *
(Use BBcode - No HTML)


You MUST answer this simple math equation - to prevent spammers: 1 + 0 =  


My php installation can't write to the Save Session Path - how do I fix it?

Last updated: 06/30/2009
If you have access to your apache config file, look for the line: php_admin_value open_basedir "/blah/blah"
 
You can add the value for the php save session path as follows: php_admin_value open_basedir "/blah/blah:/save/session/path"

If you do not have access, have your application write session information to a directory you have access to - create one in your home directory perhaps.

Better Yet: comment out the whole line (php_admin_value) in your apache config file, so there's no basedir set.





Powered by KnowledgebasePublisher 1.1
Superb Internet
Content provided by Roberts WebForge, Inc.