» Site Navigation
3 members and 767 guests
Most users ever online was 9,191, 03-09-2025 at 12:17 PM.
» Today's Birthdays
» Stats
Members: 75,880
Threads: 249,074
Posts: 2,571,997
Top Poster: JLC (31,651)
|
-
Can't stay logged in
Hi,
Every time I log in, the next page asks me to log in again. Sometimes after I log in two or three times it will keep me signed in, but most of the time it will just keep forgetting I signed in.
What is going on? :(
Thanks,
Shelliebear
-
Re: Can't stay logged in
Have you tried clicking on the remember me button...
-
yes, I've tried that--and it forgets me! :( :( :(
Maybe it's a sign? :rofl::D
-
Re: Can't stay logged in
Quote:
Originally Posted by shelliebear
yes, I've tried that--and it forgets me! :( :( :(
Maybe it's a sign? :rofl::D
What browser are you using?
-
-
Re: Can't stay logged in
Quote:
Originally Posted by shelliebear
Firefox :P
:yes: Thought so.
You are actually still "remembered" by the site. It's just that when you first bring it up on Firefox, it doesn't LOOK like you're remembered. And even filling out the log-in info may still take you back to the log-in page. Very confusing, I know.
Ignore all that. Come to the site as you usually do...then click on any of the links... Forum, Home, UserCP...whatever you usually use to start browsing the site. And you'll pop right in fully remembered and logged in.
(This issue has been seen on iPhone's as well...same fix...ignore the log-in screen and just click on a link to get started.)
-
I've had the same issue with Google Chrome, but it's also fixed by going elsewhere
Just in case someone has the same browser
-
Re: Can't stay logged in
I'm on Chrome too - I just click "Home" when I come to the site and it shows me logged in.
-
Re: Can't stay logged in
Quote:
Originally Posted by JLC
:yes: Thought so.
You are actually still "remembered" by the site. It's just that when you first bring it up on Firefox, it doesn't LOOK like you're remembered. And even filling out the log-in info may still take you back to the log-in page. Very confusing, I know.
Ignore all that. Come to the site as you usually do...then click on any of the links... Forum, Home, UserCP...whatever you usually use to start browsing the site. And you'll pop right in fully remembered and logged in.
(This issue has been seen on iPhone's as well...same fix...ignore the log-in screen and just click on a link to get started.)
Code:
if (isset($_COOKIE["{COOKIE NAME}"])){
header('Location: index.php');
}
?
|