i try to integrate phpfreechat with my cms but chat don't works when i use session_start() in my cms before chat include
it's works only when i use:
session_name( "phpfreechat" );
if(session_id() == "") @session_start();
to start sessions in cms but
session_name( "phpfreechat" );
isn't perfect solution for my cms