With a frameset around two frames from the same SP, one frame overwrites the other frame's state cookie. Need to come up with a way to make that less likely.
Looks like best fix will be to turn the "cookie" relay state value into a "cookie:key" string where the key is a random name to use for the cookie (or part of the cookie).
With a frameset around two frames from the same SP, one frame overwrites the other frame's state cookie. Need to come up with a way to make that less likely.