- 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 07:55 AM
If it's not defined then by default (in Fuji) we are giving the error after 50 re-submits.
Is this happening on log in phase or on other pages as well ?
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 07:58 AM
login page...& others too
a popup appears repeatedly saying your session expired, on clicking cancel several times...it allows to home page and other pages throwing up the error on top of the page: Preventing auto-resubmit for user: xxxxxxxxxx after reaching max count for CSRF token mis-matches!: no thrown error
and dialog appears again and again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 08:13 AM
Unfortunately I don't know what else you could check. You should open an incident with ServiceNow as we need to have a look at the instance.
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 07:39 AM
Hi
what is the value of the property "csrf.token.fail.count"? I cannot find it in our system. The only system properties related to csrf are:
glide.security.csrf.strict.validation.mode
glide.security.csrf_previous.allow
glide.security.csrf_previous.time_limit
glide.security.use_csrf_token
Best,
Friedrich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 09:19 AM
Thanks very much Sergiu Panaite