Narf Wrote:It's unexpected behavior and as such it has to be logged - that's all the reasoning there needs to be.
I understand what you're getting at but that response is not useful for debugging...
I didn't want to mix raw session commands with CI's so I overloaded the session library to add a method:
Code:
public function write_close( ) {
session_write_close( );
}