Designing website in D.H.E. (3.3) and working with PHP sessions has some problems.
I get an error "Cannot send session cache limiter - headers already sent"
This is because D.H.E. produces an emty line in the headsection:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
What is the reason and purpose of this emty line? and how can I solve it (every time editing in a texteditor is no great option)
Greetz