Hello,
I am trying to manage all the session files using "session_set_save_handler" and for that reason I need to change the "session.save_handler" from files to user;
The problem is that each time I do that, I get an error:
"CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are"
I'm using PHP 4.0.5 on Win 2k server;
Any help is appreciated.
Thanks