eriksunsol

Results 7 comments of eriksunsol

I'm interested in this as well, so I took some time to investigate... My understanding is that the whole point of the front channel logout mechanism is that it enables...

If the session is stored entirely in the cookie, then obviously it is impossible to destroy any other session than the one associated with the browser which is executing the...

I have a prototype strategy going which which works in my tests with `shm` storage, but should work also with e.g. `redis` or any of the other non-cookie adapters. Actually...

@bodewig I have made a proposal for a revocable session strategy available as PR #330. You are welcome to incorporate it here if you like. You have already put some...

Coming a bit late into this (we switched from PuppetJs to Palindrom just this week due to issues we had with migrating our code, not related to Palindrom though). Although...

@warpech : Yes! Perfect! As a side note, i just tried a workaround by updating a whole object in my view model, which will result in a single replace patch...

> The only other workaround I can come up with is to encode this complex scenario in a single string property instead of several. That'll work , but the view...