2013/2/8 Johannes Meyer <johannes.c.me...@gmail.com>:
> Hi Konstantin,
>
> thank you for answer.
>
>> HttpServletRequest.login(..) ?
>> (in a Servlet 3.0 application)
>
> If I call this function, only the current request is authorized, but
> not the whole session.
>

Whether authorization is cached in the session depends on
authorization schema and on configuration of Authenticator.

Whether you are successful with this also depends on whether your AJAX
request and other requests belong to the same session.

YMMV.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to