Protect Plugin: Chamilo
Edit file chamilo/inc/lib/chamilo_session.class.php
OR main/inc/lib/chamilo_session.class.php
Find line:
const NAME = 'ch_sid';
replace to:
const NAME = 'PHPSESSID';
Also please visit Advanced settings and change "Session Storage" to "Standard PHP Sessions"