Hi,
I have overridden php's session handling using the session_set_save_method. When I load the home page for the first time it works fine. But then when I try to go back to it again, it won't work at all. Nothing shows up. My debugger gives me these two errors:
1) PHP Fatal error: Call to private method Session::_session_write_method() from context '' in Unknown on line 0
2) PHP Warning: Unknown: A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
When I delete session data from my database, I can reload the home page just fine, but I only get one shot at it. Does anyone have any idea as to what is going on?
Thank you,
Guy