My license expired and cannot post in a specific support forum, but if can, can you please help me.
I have a post token in my html, which i use for validating ajax requests, and it works fine, that is until i turn on the procache
<input type='hidden' name='TOKENxxxxxxx' value='xxxxxxx' class='_post_token' />
and the it no longer validates and of course my ajax request fail.
I can't find a ProCache setting that would allow this token to work as it should.
Thank you!