your submission token does not match your session token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018 12:29 PM
Hello Guys,
Could anyone help me to understand from where the below message comes and how to translation it.
"your submission token does not match your session token..."
Thanks
Gaurav Bhandari

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018 12:16 AM
look at this property:
glide.security.use_csrf_token
"Enable usage of a secure token to identify and validate incoming requests. This token is used to prevent cross site request forgery attacks.
Default: Yes"
Documentation link
To me the error happens when I save a form, which I had opened in the browser like the day before.
Be careful with that property.
Disabling it can cause errors

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018 12:19 AM
Be careful with that property.
Disabling it can cause errors