Re: Chrome log in failure
- Posted by gbonvehi Feb 23, 2013
- 1234 views
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