Flashdata and AJAX calls on every page load |
Just had a look at it.
I am using ion_auth which uses flashdata for csrf as seen here: https://github.com/benedmunds/CodeIgnite...s/auth.php $this->session->set_flashdata('csrfkey', $key) I have to update that controller code to adopt another flashdata like library. And it does look like, I have to do the same with any other library that uses flashdata |
Messages In This Thread |
Flashdata and AJAX calls on every page load - by komirad - 01-16-2016, 07:49 PM
RE: Flashdata and AJAX calls on every page load - by Diederik - 01-17-2016, 06:25 AM
RE: Flashdata and AJAX calls on every page load - by komirad - 01-17-2016, 06:59 PM
|