GithubHelp home page GithubHelp logo

Comments (4)

ivantcholakov avatar ivantcholakov commented on June 8, 2024

http://www.codeigniter.com/userguide3/libraries/security.html?highlight=csrf#cross-site-request-forgery-csrf

$config['csrf_regeneration'] - Could you check this setting?

from starter-public-edition-4.

ivantcholakov avatar ivantcholakov commented on June 8, 2024

$config['csrf_regenerate'] = FALSE;
This is my setting and it is not in the same as it is in CodeIgniter. I prefer it this way. If I have a form that makes some POST AJAX requests (for example it may contain cascaded select boxes), then I afraid that the form would be set with an expired/old token and the form posting would fail. This is why CSRF token regeneration is off by default in this platform.

If there is no chance your forms to be affected by AJAX requests then you may set
$config['csrf_regenerate'] = TRUE;

from starter-public-edition-4.

Exelord avatar Exelord commented on June 8, 2024

yep... it was that.
I dont use POST Ajax so far for sending forms so I rather turn on regenerate.
Thanks for good explanation and sorry for fake issue :( I'm trying help how i can.

from starter-public-edition-4.

ivantcholakov avatar ivantcholakov commented on June 8, 2024

No problem at all.

from starter-public-edition-4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.