Foundry 3 form cookie

Hi, is there a way to use the form in Foundry 3 without cookies?

The Form tool does not use cookies.

What is this?

That is a PHP Session. I’m using a Session variable to cross check that when the form data is sent from the HTML form to the PHP file that processes the email and sends it, that it is not a bot or spammer trying to trigger the PHP. Without checking this a bot could simply trigger the PHP to send an email without needing to even go through your form.

If you’d rather not use the form because you feel this PHP Session is a cookie, that is up to you. It is definitely not a cookie though, as I stated in my original reply.

Thank you for your quick reply.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.