Invalid Session Problems
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
If anyone else is having this problem please email me at [email protected].durand wrote:hey I dunno why but I can't stay logged in for more than 1 page. Even after I login, I'm not logged in.. I'm trying to post this. Let's see if it works. Just letting you know.
Durand - try clearing you browsers cache and restarting it. Please let me know the result. I've tried both a normal account and an admin account under IE 7 and Firefox 1.5 and both are working fine although I'm running with standard security settings. Can you try another web browser?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Check wether cookies are enabled or not. Otherwise try (de)select the remember login checkbox.durand wrote:hey I dunno why but I can't stay logged in for more than 1 page. Even after I login, I'm not logged in.. I'm trying to post this. Let's see if it works. Just letting you know.
As for the accounts, I'd like to have my posts back as well.
Nah, it's not that. My cookies are all good. If I've managed to stay logged in for a while and then Logout, I get an "Invalid_session" error from the PHP boards.
This seems to happen to other people as well with phpBB. For example: http://www.phpbb.com/phpBB/viewtopic.ph ... 18e4c725aa
Other posts indicate that there were password and other problems in earlier versions of phpBB which have been fixed. I dunno which version this board is running but the latest is 2.0.21 in June 2006, i think. The copyright at the bottom of these boards say 2005. I think I've just triggered some odd bug that a small minority of other people also experience. I'll wait until the boards are updated and try again then.
This seems to happen to other people as well with phpBB. For example: http://www.phpbb.com/phpBB/viewtopic.ph ... 18e4c725aa
Other posts indicate that there were password and other problems in earlier versions of phpBB which have been fixed. I dunno which version this board is running but the latest is 2.0.21 in June 2006, i think. The copyright at the bottom of these boards say 2005. I think I've just triggered some odd bug that a small minority of other people also experience. I'll wait until the boards are updated and try again then.
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
The OSDev board is already running the latest version. I sent you an email with some with some more things to test. Even if it's a minority I want to figure out the cause, with our increased user base it's more likely to happen to other people.
Edit: In the interest of information sharing; It's starting to look like the problem might be proxy servers that are shifting ip addresses. We are currently working via email to fix the problem.
Edit: In the interest of information sharing; It's starting to look like the problem might be proxy servers that are shifting ip addresses. We are currently working via email to fix the problem.
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Split this topic out of the MT merge topic. Seems the problem was because of transparent proxy servers that have very different ip address. For security phpbb stores the first 24 bits of your ip address in memory. If you suddenly trying to connect from a different class C subnet the it assumes that someone is trying to steal your sesssion. This problem seems to be pretty rare so I don't want to turn this feature off. If you hit this problem just post here or contact me directly and I can turn off this feature just for your account.