INVALID SESSIONS
-
Classified Ad users on our website were getting INVALID SESSIONS. I found a support thread, advocating commenting out the code providing the error messages in your ajax.php
function adverts_gallery_upload()
function adverts_gallery_update()
function adverts_gallery_update_order()
function adverts_gallery_delete()each of these functions is performing the following check:
if( ! check_ajax_referer( ‘adverts-gallery’, ‘_ajax_nonce’, false ) ) {QUESTION: how do I make this a more permanent fix, seems like updating WPADVERTS version may undo this patch.
Regards,
Daryl()
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘INVALID SESSIONS’ is closed to new replies.