Jump to content


Global Message: Welcome to the Porting Team v3.3

Problems with automatic Login


  • This topic is locked This topic is locked
22 replies to this topic

#1 slacker

slacker

    Veteran Member

  • Members
  • PipPipPipPipPip
  • 338 posts
  • Operating System:Other OS/Not specified

Posted 24 July 2009 - 12:46 PM

the description explains it
Posted Image

#2 loco

loco

    Master Member

  • Members
  • 1,165 posts
  • Graphics Card:NVIDIA GeForce 9400M
  • Operating System:Mac OS X 10.7 (Lion)

Posted 24 July 2009 - 12:55 PM

I have noticed that too but I'm not sure what's happening.... I'll take a good look when I have time.

In memories of our forum friend MaxWeber (21/06/09)

Follow us on facebook:



#3 mknox

mknox

    Rookie Porter

  • Members
  • PipPipPipPip
  • 103 posts
  • LocationThe unfashionable end of the western spiral arm of the galaxy

Posted 07 October 2009 - 05:49 AM

i have found that the automatic login feature doesn't always work. i do have cookies enabled and javascript (if it uses these)
Posted Image

#4 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 07 October 2009 - 09:07 PM

are you talking about the 'Remember me?' button at the side of the login options?
I think when you quit your browser window, the cookie session gets cancelled.

#5 dafootballer

dafootballer

    Master Member

  • Members
  • 1,259 posts
  • Graphics Card:Nvidia GeForce 9400m
  • Operating System:Mac OS X 10.7 (Lion)

Posted 07 October 2009 - 10:16 PM

same thing happens to me there has to be a way to fix that

Posted ImagePosted ImageJoin the Porting Team Steam Group!


#6 doh123

doh123

    Wineskin Developer

  • Members
  • 3,312 posts
  • LocationOver here
  • Graphics Card:Radeon 6750, Intel HD 3000, Geforce 320m, Geforce 9600, Geforce 9400 (in 3 machines)
  • Operating System:Mac OS X 10.7 (Lion)
  • I like to play:RPG and Strategy

Posted 08 October 2009 - 02:16 AM

the blog page always remembers my log in.. but not the forums...

#7 mknox

mknox

    Rookie Porter

  • Members
  • PipPipPipPip
  • 103 posts
  • LocationThe unfashionable end of the western spiral arm of the galaxy

Posted 08 October 2009 - 06:12 AM

Posted Image

i was referring to this function that appears when you press the login button but now that you mention it the remember me function doesn't always work either
Posted Image

#8 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 08 October 2009 - 06:25 PM

I'll look into this, but it may be a while before i can fix it...

#9 penyuan

penyuan

    Advanced Member

  • Members
  • PipPipPip
  • 57 posts

Posted 09 October 2009 - 02:26 AM

I have this problem, too. The site never remembers my logon! Would appreciate any help.....

#10 Taeki

Taeki

    Currently on vacation

  • Members
  • 568 posts
  • LocationGermany
  • Graphics Card:ATi 4850 (512MB)
  • Operating System:Mac OS X 10.6 (Snow Leopard)

Posted 09 October 2009 - 05:26 AM

penyuan said:

I have this problem, too. The site never remembers my logon! Would appreciate any help.....

You will get some help 8)

devilhunter said:

I'll look into this, but it may be a while before i can fix it...


#11 MoDFoX

MoDFoX

    Rookie Porter

  • Members
  • PipPip
  • 40 posts
  • LocationCanada

Posted 11 October 2009 - 04:03 AM

Loco, I believe it's your cookies.
I've had this problem at a few other forums, the cookies were set to another domain.
if you went to abc.com it wouldn't save your cookies, but if you went to www.abc.com it did.

In this case I would say it is like a different forum I was at though;

They had a domain, let's say www.xyz.com but the cookies were only set at the abcd domain.
Hopefully this helps...

#12 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 11 October 2009 - 04:11 PM

merged the two 'automatic login problems' topics

#13 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 11 October 2009 - 04:24 PM

MoDFoX said:

Loco, I believe it's your cookies.
I've had this problem at a few other forums, the cookies were set to another domain.
if you went to abc.com it wouldn't save your cookies, but if you went to http://portingteam.c...php?www.abc.com it did.

In this case I would say it is like a different forum I was at though;

They had a domain, let's say http://portingteam.c...php?www.xyz.com but the cookies were only set at the abcd domain.
Hopefully this helps...

Thanks for the tip, but i already switched the cookie domain when we first set up the new Domain.
But this problem was also on the old forum and Domain, as slacker pointed out some time ago.

I read through some phpbb docs for the correct cookie settings, and it seems they are as correct as they can be.
They are set up as followed:
Cookie domain: forum.portingteam.com
Cookie name: phpbb3_
Cookie path: /

If the problems with the automatic login wasn't working for some, i can only think of that they visit other forums and these forums have 'phpbb3_' also as their cookie names.
Therefore i changed the Cookie name to 'ptcookie' to maybe avoid this problem.
(the cookie name should be unique for each website to avoid this problem)

Here are some references where this is described:
http://www.olate.co.uk/articles/3

Quote

Cookie Domain: This is default on most forums as your domain name without the http:// part. This tells the cookie which site set it and allows that site to retrieve it. This is the most commonly incorrectly set option and if set incorrectly, will lead to the inability to stay logged in.

Cookie Name: This is set as default as phpbb2mysql and is just the name that the cookie is given when being stored. It doesn’t matter what this is set as but changing it will cause all the cookies to be needed to be added again. It is advised to give the cookie a name. If you are running multiple forums on the same server, it is advisable to have a different cookie name for each forum.

Cookie Path: This is where the cookie is directed to and is defaulted as / but this will depend on your forum location in your site directory. A common mistake here to put the URL (ie http://portingteam.c...edirect.php?htt ... xample.com) as the path which is incorrect.

Quote

The Log Me In Automatically Box is not working:
This is because you have not set up the cookie domain or path correctly. Read the above information and double check your setup.
well, this should be correct

Quote

The cookie features are working for me but not for some of my members:
The members most likely have the cookie security settings set to disallow cookies. Tell them to change them to allow cookies completely or just from your site. IE6 has improved features for this and your members might have messed with the settings.
I seriously hope that no one uses IE6 anymore...
But maybe reset your cookie settings once, maybe that helps.

Quote

I have moved my forums to a new server and a new domain name and now the cookie features aren’t working:
Make sure you have updated the cookie settings in your control panel to reflect the changes to your host and domain name.
As i mentioned, done long ago...

So try the automatic login with the new cookie name again, otherwise this problem should be something more complicated...

#14 penyuan

penyuan

    Advanced Member

  • Members
  • PipPipPip
  • 57 posts

Posted 12 October 2009 - 03:50 AM

Hello,
I tried to remove all my cookies that have either "phpbb3_" or "ibrain" or "portingteam" in them and tried to log in again. But the site still doesn't remember me. Is there anything else I could try?
I am running Safari 4 on Mac OS X 10.5.8 Leopard.
Thanks for all your efforts!

#15 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 13 October 2009 - 06:19 PM

penyuan said:

Hello,
I tried to remove all my cookies that have either "phpbb3_" or "ibrain" or "portingteam" in them and tried to log in again. But the site still doesn't remember me. Is there anything else I could try?
I am running Safari 4 on Mac OS X 10.5.8 Leopard.
Thanks for all your efforts!

Sadly, this is all i can do for now, if this still hasn't fixed the automatic login problems, i don't know what else to change.
Since this Problem existed even in the old Forum, this could be a bug in phpBB3.
Interestingly, not all users have this bug...

#16 Coogie7

Coogie7

    Professional Member

  • Members
  • PipPipPipPip
  • 131 posts
  • LocationNeverland
  • Graphics Card:NVIDIA 9400m
    2.4 GHz Intel Core 2 Duo
    4 GB 1067 MHz DDR3
    OSX 10.6.8
  • Operating System:Mac OS X 10.6 (Snow Leopard)
  • I like to play:everything

Posted 02 December 2009 - 10:20 PM

I have the same problem too. I use Firefox if that makes a difference.

#17 Guest_guard10225_*

Guest_guard10225_*
  • Guests

Posted 26 January 2010 - 05:09 AM

sometimes the screen is just stuck at "please wait"

#18 waves

waves

    Master Member

  • Super Moderators
  • 1,124 posts
  • Graphics Card:NVIDA
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 06 February 2010 - 12:07 AM

doh123 said:

the blog page always remembers my log in.. but not the forums...

Same here on firefox.
Posted Image

I AM CURRENTLY MISSING IN ACTION, AND NOT CHECKING THE FORUMS UNTIL FURTHER NOTICE.

/GOODBYE

#19 devilhunter

devilhunter

    just dancing to the beat

  • Administrators
  • 2,978 posts
  • LocationSpace/Virgo Supercluster/Milky Way/Orion Arm/Earth
  • Graphics Card:NVIDIA 9800 GTX+
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 06 February 2010 - 12:29 AM

automatic login issues on phpBB boards are pretty widespread as a quick google search shows.

There is a fix i've found sometime ago, but i didn't use it.
http://www.phpbb.com...ic.php?t=228741

These kind of fixes tend to break a lot of things, and we could loose the ability to login entirely if i install this, like some posts from that Topic show.
Therefore i'm not gonna install this fix.

I can change the cookie settings all i want, it works for most users, and doesn't work for some.
But you can't keep an automatic login all the time on, for security reasons this has a time limit.
And always use the Logout button when you go away from here for the day.

#20 waves

waves

    Master Member

  • Super Moderators
  • 1,124 posts
  • Graphics Card:NVIDA
  • Operating System:Mac OS X 10.6 (Snow Leopard)
Author

Posted 06 February 2010 - 02:51 AM

No sense it trying something if it could break a lot of things - easy enough to just enter password again :)
Posted Image

I AM CURRENTLY MISSING IN ACTION, AND NOT CHECKING THE FORUMS UNTIL FURTHER NOTICE.

/GOODBYE

#21 vvsamiamvv

vvsamiamvv

    Advanced Member

  • Members
  • PipPipPip
  • 62 posts
  • Graphics Card:512MB NVIDIA GeForce GT 330M
  • Operating System:Mac OS X 10.7 (Lion)

Posted 12 March 2010 - 06:35 AM

I have the same problem with Safari, I wonder if there is anything common among the users that have troubles with the auto login "sticking"

#22 CobraKill

CobraKill

    Advanced Member

  • Members
  • PipPipPip
  • 64 posts
  • LocationUS and A

Posted 12 March 2010 - 04:56 PM

vvsamiamvv said:

I have the same problem with Safari, I wonder if there is anything common among the users that have troubles with the auto login "sticking"

The common thing among users is this forum and the inability to "Remember Me" and be automatically logged in. I am registered to plenty of PHP boards and I still can return to it and it automatically logs me in. Unfortunately, I am not good with codes so I got lost in devilhunter's post. Anyways, I don't mind clicking log in every time. It's an effortless work anyways.
Posted ImagePosted Image

#23 Basibo1

Basibo1

    Rookie Porter

  • Members
  • PipPip
  • 27 posts

Posted 23 December 2010 - 09:08 PM

I have got the same luxury-problem ^^
I don't mind if it's going to be fixed, however :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users