Page 1 of 2
Double login
Posted: Thu Nov 25, 2010 2:34 pm
by josh
I have to login twice every time. Fix the cookie settings please
Re: Double login
Posted: Thu Nov 25, 2010 3:43 pm
by Weirdan
works for me. What browser you're using?
Re: Double login
Posted: Fri Nov 26, 2010 10:26 am
by Jonah Bron
Works here.
Re: Double login
Posted: Fri Nov 26, 2010 2:14 pm
by greyhoundcode
Here too.

Re: Double login
Posted: Fri Nov 26, 2010 3:40 pm
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

Re: Double login
Posted: Sat Nov 27, 2010 1:53 pm
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?
Re: Double login
Posted: Sat Nov 27, 2010 7:56 pm
by Jonah Bron
Hrm. Works for me in Chromium, too.

Re: Double login
Posted: Sat Nov 27, 2010 8:14 pm
by Weirdan
Chromium Nightly 9.0.564.0 (63739) - works fine here.
Re: Double login
Posted: Sun Nov 28, 2010 4:09 pm
by Darhazer
josh
Are you using the 'return to previous page' link, as it returns me to the login page as well.
Re: Double login
Posted: Sun Nov 28, 2010 4:49 pm
by Jonah Bron
Interestingly, the "Return to previous page" link doesn't work. It always goes to the home page.
Re: Double login
Posted: Tue Nov 30, 2010 10:05 am
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
Code: Select all
RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
Re: Double login
Posted: Tue Nov 30, 2010 10:52 am
by Weirdan
You're using
www.devnetwork.net ?
... n00b
Use forums.devnetwork.net and forget about
www.* entirely.
Re: Double login
Posted: Tue Nov 30, 2010 11:15 am
by Darhazer
wow, actually I never type the full url in the browser, it does this for me

Re: Double login
Posted: Tue Nov 30, 2010 11:51 am
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.
Re: Double login
Posted: Tue Nov 30, 2010 3:40 pm
by mikosiko
"f and Enter" ? too much to type.... I just click in my bookmark

... noobs
