Double login

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Double login

Post by josh »

I have to login twice every time. Fix the cookie settings please
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Double login

Post by Weirdan »

works for me. What browser you're using?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Double login

Post by Jonah Bron »

Works here.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Double login

Post by greyhoundcode »

Here too. :o
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Double login

Post by Darhazer »

josh wrote:I have to login twice every time. Fix the cookie settings please
Try clearing your cookies, sometimes after forum upgrade users have troubles with login because of the old cookies... Actually the 'remember me' settings does not work for me, but since I didn't clear my cookies yet, I didn't fired a bug report :)
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Double login

Post by josh »

Happening in Google Chrome, did it just now. It also does it on my Android phone. Works fine in firefox. Did anyone test all the browsers after the upgrade?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Double login

Post by Jonah Bron »

Hrm. Works for me in Chromium, too. :?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Double login

Post by Weirdan »

Chromium Nightly 9.0.564.0 (63739) - works fine here.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Double login

Post by Darhazer »

josh
Are you using the 'return to previous page' link, as it returns me to the login page as well.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Double login

Post by Jonah Bron »

Interestingly, the "Return to previous page" link doesn't work. It always goes to the home page.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Double login

Post by josh »

Nope, its the cookie settings like I said originally. It logs in off www. version then I don't click anything, it just redirects to the non www. version. Does it in firefox, IE, etc..


... n00bs :D :wink:

Code: Select all

RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Double login

Post by Weirdan »

You're using www.devnetwork.net ?
... n00b :D :wink:

Use forums.devnetwork.net and forget about www.* entirely.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Double login

Post by Darhazer »

Weirdan wrote:You're using http://www.devnetwork.net ?
... n00b :D :wink:

Use forums.devnetwork.net and forget about http://www.* entirely.
wow, actually I never type the full url in the browser, it does this for me ;)
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Double login

Post by Weirdan »

Darhazer wrote:wow, actually I never type the full url in the browser, it does this for me ;)
well, yeah. I usually type 'f' and press Enter.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: Double login

Post by mikosiko »

"f and Enter" ? too much to type.... I just click in my bookmark :) ... noobs :twisted:
Post Reply