php error session_start() unicode trouble
Posted: Wed Jun 10, 2009 9:19 am
Hello! I want to keep track of my variables between pages so I use session variables. I want to have Greek language I use UTF-8. Whenever I use UTF-8 my page displayes this error "Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent" but if I use ANSI there is no error. I checked for spaces and enters in my code. I want to use UTF-8 and sessions is there any way? Thanks.