Hey,
If I understand correctly, the process of using OB is like this:
ob_start('ob_gzhandler'); //with compression //content ob_end_flush();
Right? Is ob_start() supposed to before or after a session_start()?
Use it before [man]session_start/man
Any particular reason why?