You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When u try to send an form via AJAX with the field named the same as a persistent parameter, application will try to save that value to the persistent state although the form has been sent by the POST method and it's fields have NOTHING to do with the persistent state.
Interesting is that within normal POST (non AJAX) this is not happening.
Workaround is to name those fields with some different names.