XF 1.5 External Form Submission (Force Logged Out Issue)

bloh

Active member
I'm using Xenforo 1.5

But recently I need to submit form from external site to be processed in my Xenforo site.

At first, I got the security error issue, but I get it resolved by amending the CSRF check source file to allow my form submission.

Now everything works fine, except that:

  • I log in. Then when I first submit the form, it works fine.
  • Then I submit again after few seconds, and it works fine as well.
  • But then, if I wait maybe a few minutes & submit again, then it will log me out.
  • If I only submit within the few minutes, then wait for few days, it won't log me out, until I submit it again later on.

May I know which part of the core files is causing the logout issue?
 
Back
Top Bottom