On 13/09/2011 23:35, Rudy Gireyev wrote: > If I change the url-pattern to /* then the user is authenticated each > and every time the application is accessed and the > request.getRemoteUser() is then set to that user name. But then I > cannot store anything in the session of the application. When I do > request.getSession(false).setAttribute("oy", vey); the session is not > updated and doing the request.getSession(false).getAttribute("oy") > returns null.
Sounds like the session isn't being maintained in between requests. p
signature.asc
Description: OpenPGP digital signature