I\'m having trouble wrestling AJAX to work for me. I have a paginated gallery with checkboxes beneath each image and I need to store the checkbox values in ses
You need to call session_start() in your form-data-holder.php file.
Every time you make the ajax call, you are requesting a new / fresh page from the server that isn't aware of any of the variables set in the original page.