-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(per): Ensure form-wizard journey is unique for each PER
Currently we use a generic session key for the form wizard and its journeys. This means that the session is shared for all Person Escort Records. This leads to an occurrance of CSRF resets and clashes when opening an old record to compare against a new record. To prevent this, each form-wizard and journey is given a unique name using the ID of the record.
- Loading branch information
1 parent
96ea253
commit 6f24ea8
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters