Option to use session.save_path in php.ini
Brought to you by:
malenki
I ran into the problem that the PHP was having trouble
setting the session.save_path to "session/". It kept
telling me that I exceeded my disk quota. My solution
was to comment out the line that set the save_path and
allow the one configured in the php.ini to be used instead.
Perhaps there should be options in the config.php file
to set and disable the session save_path call?
Thanks.
- jbanes@techie.com
Logged In: YES
user_id=669163
Stupid of me that I didn't think of that.
This will be fixed in the next release of course.
Thanks again.
Malenki