We are receiving a Csrf validation error with CKFinder on POST requests. After much struggle we debugged the process flow with .NET reflector and found that Csrf Validation is failing in Connector.
As a temporary workaround we set this.EnableCsrfProtection = false;
in the configuration file but it looks very lame.
How do I fix this problem he right way?