Raygun4php causes logouts

stefan.linke

Posted on
Dec 07 2016

Raygun4php sets it's cookies for each visited page/path, which leads to massive amount of cookies an loss of other site's cookies when reaching browser limit:

https://github.com/MindscapeHQ/raygun4php/issues/66

Cookies in firefox

This actually renders whole web-applications unusable, as after x requests (~150 on current ff 50), cookies are started to being deleted, and thus session data gets lost.

https://github.com/MindscapeHQ/raygun4php/pull/80 would give a solution to this, or just hard-coding the cookie path to '/' would work too.

Is there any progress on that old issue?


Deleted User

Posted on
Dec 27 2016

Hello Stefan!

I took a look over at the pull request over in GitHub and I'll touch base with our developers via the PR comments to have them look over the issue. In the meantime I'll close this particular post and we can continue the discussion on the pr.

Please let us know if you have any other questions, comments, or feedback!

Thank you,

Jesse, Developer Evangelist at Raygun


Reply