Can't stay logged in to forum

Questions, comments, and suggestions about this site should go here.
Post Reply
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:

Re: Ran a half-marathon yesterday

Post by chase »

berkus wrote:I guess now I know why forum forgets my login on every page reload :cry:
Little off-topic there as I doubt my running has anything to do with your forum problems....please start a new thread next time.

If you can't stay logged it:
* Your IP address might be changing. There is a session hijacking prevention feature of phpBB that makes sure your IP doesn't change too much. If you are using things like Tor (with different exit nodes), proxy servers, or just have a poor ISP then your IP might be changing.
* If you are using any type of anonymizing setup you might also be stripping out the session tracking cookies. The cause could be anything from a proxy server issue to browser plugins.
davidv1992
Member
Member
Posts: 223
Joined: Thu Jul 05, 2007 8:58 am

Re: Ran a half-marathon yesterday

Post by davidv1992 »

Do you have cookies turned on? phpBB requires php sessions to maintain your login status, which in turn requires that the browser sends a session id with each request which is a cookie.
User avatar
xenos
Member
Member
Posts: 1118
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Can't stay logged in to forum

Post by xenos »

I had a similar problem today - I was suddenly thrown out and couldn't log in for a while...

BTW, the bot-stopping question is a nice idea - even though I doubt that everybody here could answer questions like "Which x86 register holds the source address of a movsb instruction?" ;) This should be a required question for registering a board account...
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: Can't stay logged in to forum

Post by Jezze »

I just wan't to confirm it happened to me as well. I couldn't log in and it was not because of my password because I rechecked it a bunch of times.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Can't stay logged in to forum

Post by Chandra »

Oh! This is an old story. Happened exactly same to me couple of times. But I think Berkus has different issues.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
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:

Re: Can't stay logged in to forum

Post by Combuster »

I had the "Login attempts limit exceeded" message just once a while ago without apparent reason, but I initially dismissed that as some really sad person trying to guess passwords. Apart from that, I do seem to get random logouts at times but not really frequent (once every other week max). What annoys me more is that the website is occasionally unreachable for several minutes - maybe it's related.
"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
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Can't stay logged in to forum

Post by Chandra »

berkus wrote:
Chandra wrote:Oh! This is an old story. Happened exactly same to me couple of times. But I think Berkus has different issues.
I think it's the same.
What's worse, when trying to log back in it says "Login attempts limit exceeded, enter additional data below to prove you're human."
It always happens suddenly and continues for a short while (like 30 minutes to an hour) and then returns to normal.


That's exactly what I came across couple of times before. I simply ignored it assuming it was kinda security maintainance. But now it seems as if most of the forum members are having similar trouble.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
Post Reply