>
> But I would like to initialize HTTP session in this stage  with user data.
> My custom authenticate() method queries user data to check if exists
> or not , and I wouldn't like to have to call another service to
> perform the same query.
>

Couldn't you just implement HttpSessionListener?

Chris

Reply via email to