> For that we do something like:
>
> conversationScope = requestContext.getConversationScope();
>
> conversationScope.put("duo_realuser", username); etc.
>
> Then it's available later with a get.
Right, thanks for saving me the need to dig up a sample.
-- Scott