Invalid Session Problems

Questions, comments, and suggestions about this site should go here.
Post Reply
durand
Member
Member
Posts: 193
Joined: Wed Dec 21, 2005 12:00 am
Location: South Africa
Contact:

Post by durand »

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.
User avatar
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:

Post by chase »

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.
If anyone else is having this problem please email me at [email protected].

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?
User avatar
Combuster
Member
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:

Post by Combuster »

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.
Check wether cookies are enabled or not. Otherwise try (de)select the remember login checkbox.

As for the accounts, I'd like to have my posts back as well.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
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:

Post by chase »

As Combuster said check your cookie settings. Seems that if cookies are disabled than some urls will cause you to escape your session. I'll see if there is any work around but I doubt it....
durand
Member
Member
Posts: 193
Joined: Wed Dec 21, 2005 12:00 am
Location: South Africa
Contact:

Post by durand »

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.
User avatar
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:

Post by chase »

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.
User avatar
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:

Post by chase »

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.
Post Reply