Page 1 of 1

Logged in?

Posted: Apr Tue 11, 2006 8:16 pm
by AlexLoup
Okay so yesterday I had to erase my cookies. But whenever I log in an hit remember me. And when I come back it's doesn't remember me. This is the only site it does it to. Is it my computer?

Posted: Apr Tue 11, 2006 9:04 pm
by SeasDiver
I have also had this problem today. Both of my machines required me to log in multiple times during the day.

Regards,
Aaron

Posted: Apr Wed 12, 2006 4:47 pm
by subsonic
Which section are you in when this happens? The login's connected to the forums. And I think the timeout gets reset while not in the forums. I'll look into that.

I set the session to stay on for 5 hours. Maybe it'll make a difference.

Posted: Apr Wed 12, 2006 4:50 pm
by AlexLoup
It's working now, but it happened on the home page. It tweaked yesterday then it worked fine. Then it happened early this morning and now it's fine.

Posted: Apr Wed 12, 2006 11:33 pm
by eagle4life69
I notice you have to go to www.subsonicradio.com for things to work. subsonicradio.com doesn't work

Sub add this code to the index page

Code: Select all

<?
$zzz=$_SERVER['HTTP_HOST'];
if($zzz=="subsonicradio.com"){
	 header("location: http://www.subsonicradio.com");
}
?>

Posted: Apr Thu 13, 2006 9:01 am
by MouseMan
Last night (Wed) I had the same problem. Both on the home page and trying to login on the forums page. It never logged me in. Just came back to the login page.

Posted: Apr Thu 13, 2006 11:54 am
by Dr. Ravenscroft
I have only had that problem twice. Here is the reason, I think, if a song is about to finish while you are logging in, and it ends at about the same time you hit the button, it will "reset" the page. That happened to me twice and then I tested it. If that isn't the problem then I have no ideas.

Posted: Apr Thu 13, 2006 4:08 pm
by subsonic
Hopefully the upgrades will fix some of these issues. I'm going to code my own session information so that should fix the session issues. And, for the now playing, I'm going to put that into an iframe so only that reloads when the song is done.

Posted: Apr Sat 15, 2006 11:16 pm
by MouseMan
Hey Sub, here is a strange thing. I tried to login from home and couldn't. So I dialed into my office through terminal services went on the site from IE and I can log in fine from there. What setting on my home computer could be stopping me from loggin in there? I just got a wireless dsl and changed isp's. Could that have something to do with my problem?

Posted: Apr Tue 18, 2006 12:09 am
by eagle4life69
I suggest you try to clean out your Cookies this can help.

Posted: Apr Tue 18, 2006 11:31 am
by subsonic
I don't know what's going on with these login issues, but read here please.
viewtopic.php?t=1498