Board Logo

why do I have to log in EVERY time?
pete wood - August 10th, 2009 at 09:38 AM

having dramas. every time I come to the site I have to log in instead of it remembering me. I'm running vista, is that the drama or do I need to change something in my settings?


Mick058 - August 10th, 2009 at 10:03 AM

there are a few issues but its on the 'to do list'. The guy who looks after these things has family priorities at the moment from what i hear, so it may be a few weeks until its resolved.


dAVo - August 10th, 2009 at 10:06 AM

Nope Vista's not the drama because I have XP and have the same issue. It's been this way for a while.


1303Steve - August 10th, 2009 at 11:19 AM

Hi

I'm running XP with Opera, it remembers me most times.

Steve


Volksaddict - August 10th, 2009 at 11:21 AM

running xp doesnt remember me


Yogie - August 10th, 2009 at 11:22 AM

Not only do I have to log in every time but it also forgets me when I have been on here for a while so I have to log in again. I use Vista and IE8.

Yogie


cesiumfrog - August 10th, 2009 at 02:04 PM

same...leave for another tab for to long and you have to log in again to.
mac/safari


hellbugged - August 10th, 2009 at 02:30 PM

yeah, same.....as said on the 3 other threads on the same topic, Andrew is dealing with other aspects of his life and i hope everything is panning out okay there.........

having a family of my own, gladly accept the inconvienience here for that reason........however must say it is affecting my attendance here........kinda cool, needed to break my AVD addiction anyways :starhit:


squizy - August 10th, 2009 at 02:33 PM

I've moved this thread to the top so that people can see that this is being worked on, and so we don't have multiple threads too.


GeorgeL - August 11th, 2009 at 06:50 AM

I have the same issue, using Firefox 3 on both XP and Ubuntu. Not a big deal, just FYI.


h - August 11th, 2009 at 08:34 AM

Quote:
Originally posted by hellbugged
yeah, same...........however must say it is affecting my attendance here........kinda cool, needed to break my AVD addiction anyways :starhit:


im sure you just look at it without the logging in bit.. :lol:
my fingers hurt from always logging on.. works for me.. :crazy:


1303Steve - August 11th, 2009 at 09:18 AM

Hi

I had new setup on my PC and started using Opera as a browser, it has a very easy to use button called magic wand that fills in the password for remembered sites, no typing just a click.

Steve


shaihulud - August 12th, 2009 at 11:32 AM

I have to log in every time I enter the forum, but it does have one side effect that is good.

I can now remember the weird chain of letters and numbers that is my password.

Thanks for that.

TIC (Tongue in Cheek)


vanderaj - August 13th, 2009 at 05:44 PM

Pete,

It's because the software is setting a session cookie. I can't seem to get it to set a proper cookie for some reason. It affects me too.

thanks,
Andrew


modulus - August 13th, 2009 at 06:23 PM

Hi Andrew,
Forgive the bleeding obviousness of the following, but I'm no PHP expert...
1. You're using setcookie(), not session_set_cookie(), right?
2. You're setting the $expire value specifically, e.g. setcookie("TestCookie", $value, time()+3600); /* expire in 1 hour */?
3. You've remembered that setcookie() must be called *before* any other output, i.e. before even ?

hth