Topic: Using custom session object breaks FileManager?
Hi all,
I'm using a custom session object which saves the session in the database in stead of on the filesystem (PHP default). This gives me more control on how long a session can last, without being subject to the PHP garbage collection. So, before every session_start(), I'm including and instantiating this object. I've had to change the SessionAuthenticator.php file (and also login_session_auth.php and ExternalAuthenticator.php) to also include and instantiate the object, otherwise I was shown the default login page when I opened the filemanager. When I open the filemanager now, it only shows a blank page. Displaying of errors is on (error_reporting = E_ALL), but the page remains blank.
When I don't use the custom session object, the filemanager shows correctly.
Any help would be appreciated.
Note: I have the same problem with the imagemanager.
Last edited by TorinNL (2011-03-19 13:49:32)