I am facing some problem with my php session. I have deployed a plugin for file management in my moodle application.
The new plugin home page is behaving unexpectedly and is destroying the actual session of my application and is generating new session_id()
.
Also when I am trying to view session contents using print_r($_SESSION)
, it is showing
"PHP_Incomplete_Class_Name" in it.