I am facing an issue related to maintaining session token value when we have window forms.
We have a main form, which needs token to submit. There is a link through which we can open a window , which also needs token and can submit the form.
Once we close the window and try to submit the main form, we get token mismatch error. Because the session token had changed by this time.
Is there any solution for this issue.