mp;
> null==request.getSession().getAttribute("cowbell")) {
> myCodeWhichInitializesSessionOnLogin();
>}
>chain.doFilter(request, response);
> }
>
> -Tim
>
> Amleto Di Salle wrote:
>
> > Hi all,
> > I have used the container (Tomcat) managed securit
Hi all,
I have used the container (Tomcat) managed security, but after the
authentication I would like to set an object inside the session. How can
I do?
I have noticed that Tomcat creates a session if the user accesses to a
protected resource, so i cannot use the HttpSessionListener.
Thanks in a