your submission token does not match your session token

gauravbhandari
Giga Contributor

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

 

 

 

 

 

 

2 REPLIES 2

Daniele Songini
Tera Guru

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

KB0621691

 

Daniele Songini
Tera Guru

Be careful with that property.
Disabling it can cause errors

KB0621691