Consent notes while testing

Cantor, Scott cantor.2 at osu.edu
Mon Nov 17 15:41:01 EST 2014


The cookie issue should be fixed, there are separate storage instances for 
session and persistent now, and they seem to be oblivious to each other 
after a small code fix.

I set the persistent storage lifetime to a year for now, but it's also a 
property anyway. There's no way to actually derive a value based on the 
consent records because of the layering.

-- Scott

On 11/17/14, 7:12 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:

>Lastly, my fault on this, but there's a bit of a complication with the 
>client-side storage that I forgot about. The default instance of that 
>code 
>is obviously doing the cookie as session-bounded since it was for SSO 
>mainly. I think the safest thing to do there is to create a separate 
>instance of the storage service and use that for the intercept storage. I 
>need to review that code a bit, and make sure we can do that without any 
>trouble. I'll try and get the properties all worked out to make it clean 
>to have them separate.


More information about the dev mailing list