Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4360


Ignore:
Timestamp:
04/04/2019 07:19:45 AM (6 years ago)
Author:
dd32
Comment:

We've started looking into this, and have tracked it down to a combination of a Caching change about a week ago, and seemingly a Firefox issue with mixed-content pages which causes the form token cookie to be reset more often.

One of the sticking points is that Trac creates a session in it's DB (And browser cookies) for every visitor, even if they're not logged in.. which as you might expect, means it's not very cacheable. Thanks Trac!

We've got some config in place to allow Trac pages to be cached (ignoring the cookies) but it's also affecting logged in users.

Stay tuned, we'll get this sorted.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4360

    • Property Keywords needs-testing needs-screenshots removed
    • Property Owner set to dd32
    • Property Status changed from new to accepted
  • Ticket #4360 – Description

    initial v1  
    1 Trac has been directing people to an error page when they try to submit comments or updates to tickets. I first seen this problem mentioned on April 30th.
     1Trac has been directing people to an error page when they try to submit comments or updates to tickets. I first seen this problem mentioned on March 30th.
    22
    33The message reads `Missing or invalid form token. Secure cookies are enabled, you must use https to submit forms.`.