AuthenticationContext persistence
Cantor, Scott
cantor.2 at osu.edu
Mon Aug 29 20:28:07 EDT 2016
On 8/29/16, 8:21 PM, "dev on behalf of Klingenstein, Nate" <dev-bounces at shibboleth.net on behalf of nklingenstein at calstate.edu> wrote:
> The authentication context appears to persist across requests(e.g. getActiveResults)
It does not. The context tree is always unique to every request. If anything in it has to be saved across requests, that has to be loaded and saved by the flows. None of the context objects themselves are ever persistent.
-- Scott
More information about the dev
mailing list