|
|
|
Re: CSRF check failed [message #7184 is a reply to message #7183] |
Tue, 31 July 2018 05:09 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
I have two MULTI4 tasks in the Dictionary subsystem - Update Child Relationship and Update Parent Relationship - and both of these work OK, so I cannot reproduce your problem.
I am just about to upload the next release, version 2.10.0, so you might want to try that.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
Re: CSRF check failed [message #7187 is a reply to message #7186] |
Wed, 01 August 2018 04:30 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The CSRF values are created in include.xml.php5.inc when the HTML output is generated. See lines 1026, 1964 and 2002.
These values are verified in include.session.inc during the initsession() processing. See lines 969 and 1024. A new value is also generated in the scriptNext() function at line 2685 and the scriptPrevious() function at line 2856.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
|
|
|