Sonny Sukumar wrote: > > > 1.) Upon authentication, I store the user's email address in the > <ID> tag in > the doc the auth resource returns. > 2.) My assumption until this point has been that the "authentication" > context is now created in the session and stays there until the user logs > out. Furthemore, I've assumed that I should be able to fetch the ID tag > contents at any time while the user is logged in (the email > address, in my > case). > Yes, that's absolutely correct.
> I'm now using auth-protect with the correct handler in the > pipeline, but I > still get the same error--context "authentication" can't be found. > Without further information, I can only say that it should work that way. You can have a look at the sample of the authentication block, the protected pipeline there uses the session transformer to display the whole authentication context. Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
