A drupal form throws the below error on submission. The form is loaded and immediatly submitted and user is not ideal on browser.
'This form is outdated. Reload the page and try again'
I am using two drupal nodes with a common database and a web server(load balancer) but the above error seems to appear when the form is rendered from one app server and the submit request goes to the other app server.
I wanted to understand where are the form tokens stored, i am assuming in the database. The above message appears because the form token in both the cases is different and app server assumes that the request is not part of the same session.
Also I am using apc cache so not sure if that has anything to do with it.
Thanks,