Apr 10th, 2010, 4:48 PM
Hi Reniervn,
Hmmm! It looks like maybe sessions aren't working on your system - or not able to store all the info in them.
Try this - it's a bit of a long shot, but worth a try. Edit your /global/config.php file and add this line:
That will tell the script to store sessions in the database instead of using the default PHP sessions. Sometimes this can circumvent session issues.
- Ben
Hmmm! It looks like maybe sessions aren't working on your system - or not able to store all the info in them.
Try this - it's a bit of a long shot, but worth a try. Edit your /global/config.php file and add this line:
PHP Code:
$g_session_type = "database";
That will tell the script to store sessions in the database instead of using the default PHP sessions. Sometimes this can circumvent session issues.
- Ben