-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Short description of the issue
Dynamic IPs are very common. Having session's tied to IP-address make very hard to debug problems with things like long Form Builder forms (or any other form that uses CSRF-tokens).
I am only suggesting changing the default behavior for new sites.
Expected behavior
It should be possible to submit long forms even when your IP address change while populating the form.
Actual behavior
If your form uses CSRF-tokens (like it often should) and if your client has dynamic ip, current default behaviour make your submit fail.