Issue #3550616: Clear cookies after webform submission
- Added functionality to delete all cookies when a webform submission occurs.
- The code checks if cookies are set and logs each cookie deletion for debugging purposes. Cookies are deleted by setting their expiration time to a past timestamp, and they are also removed from the
$_COOKIE
array to prevent further access during the current session.
Closes #3550616