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

Rare infinite redirect loop #162

Open
atwellpub opened this issue Apr 16, 2016 · 2 comments
Open

Rare infinite redirect loop #162

atwellpub opened this issue Apr 16, 2016 · 2 comments

Comments

@atwellpub
Copy link
Member

@DavidWells

Can you think of any reason this line would cause an infinite redirect loop after a couple of page refreashes on select servers? And is it ok to remove? I'm thinking it is. Going to test.

https://github.com/inboundnow/cta/blob/master/shared/assets/js/frontend/analytics/inboundAnalytics.js#L1112

@DavidWells
Copy link
Member

Doesn't look like it should.

Try replacing the Ajax polyfill with a different Ajax setup from npm

Smallxhr is a library that is tiny and will do Ajax requests. Not sure if it supports older IE

  • David Wells

On Apr 15, 2016, at 7:25 PM, Hudson Atwell notifications@github.com wrote:

@DavidWells

Can you think of any reason this line would cause an infinite redirect loop after a couple of page refreashes on select servers? And is it ok to remove? I'm thinking it is. Going to test.

https://github.com/inboundnow/cta/blob/master/shared/assets/js/frontend/analytics/inboundAnalytics.js#L1112


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

@atwellpub
Copy link
Member Author

Looks like it's really an issue with PHP's setcookie() function causing the loop. Seen it with two clients, still fishing for a solution.

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