#707 - Support security tokens on POST forms

This is a spacer post for a website comment topic. The content this topic relates to: #707 - Support security tokens on POST forms
Implemented this, but not quite as described. The security tokens are simply the session IDs. This has the advantage of not breaking the back button as the token can be re-used, having a much simpler implementation (no new DB table, for example), and being more robust. If the session ID was stolen, it is a theoretically weaker solution, but stealing of session IDs is already a major risk in itself and something we specifically guard against.

There is an option for configuring what pages to not use this with, in case external integrations are required that do not have access to the session ID.
0 guests and 0 members have recently viewed this.