Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
How to issue multiple CSRF token at (almost) the same time?
  • I'm trying to upload files using ajax. My php configuration only allow very small "post_max_size". So I have to upload the files separately, parallel run..!

    I have \Security::check_token() always return false due to more than one token being issued at very short time.

    It seem like Fuel doesn't support multiple CSRF token.
  • HarroHarro
    Accepted Answer
    That is correct, there is no support for multiple tokens for concurrent use at the moment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion