2013/2/8 Johannes Meyer <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]
