Topic: Intergration Problems

I have PunBB integrated into my website purely so I can have the user do things on the site if she is logged in and stuff. When I submit a form on the website it will take me into the forums and say my CSRF key is invalid and if I would like to continue. If I click continue then all the post data submitted into the form is lost, I don't want it to go to the forums when I submit the form anyway, but it is necessary to have PunBB connected to the website as the form has to collect the username of the user.

Is this solvable, and if so, how?

Re: Intergration Problems

You can generate a valid csrf-token on pages of your site. Perhaps, this topic will be useful for you.