Jan 22nd, 2012, 11:03 AM
Hi Internaut,
Very weird indeed. It sounds like maybe a sessions problem... but without debugging the problem directly I wouldn't be able to know.
One thing you could try is switching to database sessions. It may not help, but its worth a shot. Add this line to your /global/config.php file:
Then try logging in again.
- Ben
Very weird indeed. It sounds like maybe a sessions problem... but without debugging the problem directly I wouldn't be able to know.
One thing you could try is switching to database sessions. It may not help, but its worth a shot. Add this line to your /global/config.php file:
PHP Code:
$g_session_type = "database";
Then try logging in again.
- Ben