- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 05:00 AM
Any idea about the following error message keep occuring
Preventing auto-resubmit for user: xxxxxxxxxx after reaching max count for CSRF token mis-matches!: no thrown error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 04:46 AM
making the property glide.security.csrf.strict.validation.mode to False worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 05:43 AM
That message is given when a user tries to re-submit same request many times.
Internally we check if the user tried to submit same request more than the value of glide property called "csrf.token.fail.count". If that's the case we reject the submit.
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 05:55 AM
Tahnks Sergiu.
But its just loading the page on browser. Its happening with SSO and side door too. What could be the possible reasons?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 06:10 AM
Are users landing on a homepage that uses a lot of reports?
Do you have this glide property defined?
glide.security.auto.resubmit.ajax.max.attempts
And if yes, what is the value?
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 07:50 AM
its not defined Sergiu!!!