Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session cookie not set on IE 6 & 7, possibly other browsers #51

Open
atombender opened this issue Feb 24, 2013 · 1 comment
Open

Session cookie not set on IE 6 & 7, possibly other browsers #51

atombender opened this issue Feb 24, 2013 · 1 comment
Assignees

Comments

@atombender
Copy link
Contributor

IE 6/7 will get an internal error because /auth/:provider/callback because it does not remember the redirect URL stored in the session.

Safari 5.0 on Mac and Safari on iOS 5 do not allow setting a cookie while redirecting between domains, could be the same issue.

A workaround (frequently used by ads) is to return a web page instead of redirecting. The web page can contain a script that submits a form (with a meta refresh header as a backup).

@ghost ghost assigned simen Feb 24, 2013
@simen
Copy link
Member

simen commented Mar 19, 2013

The workaround (9651e0f) has been implemented in the branch upgrade-ominauth-oauth2 and is currently being tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants