php error session_start() unicode trouble

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hellraiser3gr
Forum Newbie
Posts: 3
Joined: Tue Jun 09, 2009 9:59 am

php error session_start() unicode trouble

Post by hellraiser3gr »

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.
Post Reply