1. Chrome log in failure

Today, I have noticed a strange problem logging into the Forum using Chrome. I can log in as usual, but when I return to the forum I am reported as "not logged in".

Using Firefox I can log in as usual with no problem. So this must be sometype of problem introduced with the last upgrade to Chrome, right? Has anyone else experienced such a problem?

Ken Rhodes

new topic     » topic index » view message » categorize

2. Re: Chrome log in failure

I'm experiencing the same problem.

Not working: Chromium 25.0.1364.97

Woring: Firefox 19.0

new topic     » goto parent     » topic index » view message » categorize

3. Re: Chrome log in failure

I had this same problem on my HP TouchPad (webOS browser) over a year ago: Logging into the forum on my HP TouchPad.

Both browsers are based on WebKit, so it's not surprising they have similar issues. Unfortunately I offer no other suggestions or solutions. getlost

-Greg

new topic     » goto parent     » topic index » view message » categorize

4. Re: Chrome log in failure

K_D_R said...

Today, I have noticed a strange problem logging into the Forum using Chrome. I can log in as usual, but when I return to the forum I am reported as "not logged in".

Using Firefox I can log in as usual with no problem. So this must be sometype of problem introduced with the last upgrade to Chrome, right? Has anyone else experienced such a problem?

I have not seen this lately, though I remember it happening in the past. I'm on the Stable channel, currently running Chrome Version 25.0.1364.97.

Matt

new topic     » goto parent     » topic index » view message » categorize

5. Re: Chrome log in failure

I think I've just saw what's happening.

I tried to login from Chrome and Firefox I get the following set-cookie header:

euweb_sessinfo=HASHNUMBER; path=/; expires=Sun, 23-Feb-14 17:02ap:49 G 

Look at the time, that should be something like 17:02:49 GMT but it's garbled instead. Chrome rejects it with an Invalid Date message if you look at Cookies with Inspect. Firefox instead set the expire date to Sun 23 Feb 2014 02:02:36 PM ART

I guess there's a bug somewhere when creating the time for the cookie (maybe a date formatting setting?). If you tell me where is the repository to this I'll be happy to try to find the bug.

Cheers,
Guillermo

new topic     » goto parent     » topic index » view message » categorize

6. Re: Chrome log in failure

gbonvehi said...

I guess there's a bug somewhere when creating the time for the cookie (maybe a date formatting setting?). If you tell me where is the repository to this I'll be happy to try to find the bug.

The "official" openeuphoria repositories are all available from the SCM link in the "Misc Menu" on the right side of the page. Or, go directly to the euweb repository.

However, I think the code is in the Webclay repository (which euweb uses): http://bitbucket.org/jcowgar/webclay

I see:

cookie &= "; expires=" & datetime:format(expires, "%a, %d-%b-%y %H:%map:%S GMT") 

I suspect it should be:

cookie &= "; expires=" & datetime:format(expires, "%a, %d-%b-%y %H:%m:%S GMT") 

Not sure where the extra "ap" came from.

Matt

new topic     » goto parent     » topic index » view message » categorize

7. Re: Chrome log in failure

mattlewis said...

However, I think the code is in the Webclay repository (which euweb uses): http://bitbucket.org/jcowgar/webclay

I see:

cookie &= "; expires=" & datetime:format(expires, "%a, %d-%b-%y %H:%map:%S GMT") 

I suspect it should be:

cookie &= "; expires=" & datetime:format(expires, "%a, %d-%b-%y %H:%m:%S GMT") 

Not sure where the extra "ap" came from.

Matt

You beat me, I was about to post the link to that source line: https://bitbucket.org/jcowgar/webclay/src/2afd671e5c8380d92f6773c3357f4f896c637cfe/webclay/webclay.e?at=default#cl-125

I'll fork it, change it and create a pull request for Jeremy

new topic     » goto parent     » topic index » view message » categorize

8. Re: Chrome log in failure

mattlewis said...

Not sure where the extra "ap" came from.

Erroneous find/replace from "m" to "map"?

I am anxious to test this on my TouchPad. Would be nice to check the forum from the couch. pleased

-Greg

new topic     » goto parent     » topic index » view message » categorize

9. Re: Chrome log in failure

ghaberek said...
mattlewis said...

Not sure where the extra "ap" came from.

Erroneous find/replace from "m" to "map"?

I am anxious to test this on my TouchPad. Would be nice to check the forum from the couch. pleased

-Greg

Can you test it now? It should be fixed on the forum.

new topic     » goto parent     » topic index » view message » categorize

10. Re: Chrome log in failure

jimcbrown said...

Can you test it now? It should be fixed on the forum.

Woo hoo! I'm staying logged in with Chrome!

Woo hoo!

new topic     » goto parent     » topic index » view message » categorize

11. Re: Chrome log in failure

jimcbrown said...
ghaberek said...
mattlewis said...

Not sure where the extra "ap" came from.

Erroneous find/replace from "m" to "map"?

I am anxious to test this on my TouchPad. Would be nice to check the forum from the couch. pleased

-Greg

Can you test it now? It should be fixed on the forum.

WORKS FOR ME! Chrome now functions properly. Thanks!

new topic     » goto parent     » topic index » view message » categorize

12. Re: Chrome log in failure

jimcbrown said...

Can you test it now? It should be fixed on the forum.

Confirmed as fixed. Chrome is retaining the cookie now.

new topic     » goto parent     » topic index » view message » categorize

13. Re: Chrome log in failure

It's working fine here too. The pull request was merged by Jeremy I changed it to 4 digits instead of 2 for the year which seems to be the correct format according to the docs online.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu