-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently when stopping tracking a request the SP tried to delete the relevant cookie by setting it again with an empty value and and expired time. This doesn't work since the path doesn't match the one of the original cookie. Fixed by setting the delete cookie path using the same ACS path.
- Loading branch information
1 parent
a32b643
commit b8ee52d
Showing
2 changed files
with
2 additions
and
1 deletion.
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