Leszek Gawron wrote:

Previously we have discussed about three continuations manager work modes:

- standard (current functionality)
- continuations invalidated along with session, still the continuation
is reachable from other sessions (or no session at all)
- fully isolated. only the session that created the continuation can
access it.

Thing is after a while I still do not see a use case for a second case where continuations would be invalidated with user session but still accessibe for everyone (of course before invalidation). So I have changed the continuations manager to support only 1st and 3rd case.

about 2nd: YAGNI (thanks Stefano for new cool phrase :))

I thought 1st was older functionality, 2nd was current functionality (with sitemap isolation, not sessions). 2nd as you formulated it is not needed, 100% agreement here.


Vadim

Reply via email to