Skip to content

Issue #3550616: Clear cookies after webform submission

  1. Added functionality to delete all cookies when a webform submission occurs.
  2. 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

Merge request reports

Loading