From: Atreya Basu [mailto:[EMAIL PROTECTED] > Now there is another problem.... > > I'm trying: > Object obj = session.getAttribute("j_username"); > (I'm doing FORM based authentication and this definitely works.) > but I'm getting a null value for obj.
I believe the sessionCreated method is called immediately after the session is created, before your session variables are stored. I ran into this same thing in creating my own session listener. -Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]