Apr 15th, 2009, 3:45 PM
Hey Big Al,
It sounds like sessions are getting lost between the two page calls. The permissions on the files shouldn't make any difference - as long as they're at least 644 it should work properly.
Oddly, this just happened on another chap's server. He was running IIS and the sessions weren't being updated from page to page. I couldn't locate the source of the problem, though.
Here's a quick thing you could try. It *may* solve things, but it's a bit of a long shot.
1. Log out.
2. Edit your config.php file and add this line:
Then try logging back in and see if it's still broken.
- Ben
It sounds like sessions are getting lost between the two page calls. The permissions on the files shouldn't make any difference - as long as they're at least 644 it should work properly.
Oddly, this just happened on another chap's server. He was running IIS and the sessions weren't being updated from page to page. I couldn't locate the source of the problem, though.
Here's a quick thing you could try. It *may* solve things, but it's a bit of a long shot.
1. Log out.
2. Edit your config.php file and add this line:
PHP Code:
$g_session_type = "database";
Then try logging back in and see if it's still broken.
- Ben