The SP has various places where it will need to create prefixed cookies with unique names that also have to be prevented from hanging around from incomplete transactions. This is currently implemented in a dedicated class that would have to get replicated mutliple times but would like to see if it could be moved into the CookieManager somehow.
Environment
None
Activity
Scott Cantor
April 8, 2025 at 7:26 PM
This seemed doable without much trouble, unit test added.
The SP has various places where it will need to create prefixed cookies with unique names that also have to be prevented from hanging around from incomplete transactions. This is currently implemented in a dedicated class that would have to get replicated mutliple times but would like to see if it could be moved into the CookieManager somehow.