Everyone,
I believe I have fixed our admin/author php session problem. I'm now able 
to admin our site again.

SF doesn't let project web sites write to /tmp so php had no place to store 
the session ids. I modified the sessio.save_path in our .htaccess, and 
created a directory for the sessions to write to. Everything seems to work 
now. Please let me know if you experience any problems.

# New line in .htaccess

php_value session.save_path "./sessions"

--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to