At 5/15/09 04:42 AM, HeavyTank wrote:
Hm, l can log my stats now, but the auto-log out issue still remains.
Let mt eplain: whenever l quite my main page (to log my stats, to see my stats or whatever else) l get logged out and l have to log in again..any tips on what could be causing this?
I have been re-coding some of the cookie and login logic to be a bit smarter, so I am glad to see that the stat log part is working a bit better for you. The logout detection is triggered if it can't find a session cookie on your system with the same name as your user ID. This cookie is first set at initial login, and then checked at times through the code. If this cookie gets deleted or blocked, some modules detect this as "not logged in" and force you to log in again. I am working on making the detection smarter on this end, but that does not fix the issue of the session cookies being clobbered at your end.
You wouldn't happen to be running any type of "spy sweeper" or anti-malware software that could be cleaning out cookies behind the scenes? Also, what anti-virus programs are you using? sometimes they deflect cookies as well. I believe you when you say your browser settings are good, so that means that something else on your PC, but outside your browser, is blocking the site cookies.
Please let me know what else is running on your rigs - it may be a side-effect of something we haven't realized yet.
And thanks again for your help and your patience.