IsometriksSpamBundle icon indicating copy to clipboard operation
IsometriksSpamBundle copied to clipboard

Store time in hidden form field instead of session

Open ThomasLandauer opened this issue 5 years ago • 0 comments

I'm thinking about a way to prevent a session from being started for all users automatically (if timed is activated). Here's an idea: http://vvv.tobiassjosten.net/symfony/stopping-spam-with-symfony-forms/

In short: Store the current time in a hidden form field (obfuscated by some sort of "encryption") instead of the session.

ThomasLandauer avatar Apr 22 '20 15:04 ThomasLandauer