What do you have stored in the session that has to be checked on? I only need the reference to my UserProxy object, so I call the logoff method like so:
Security.doUserLogoff( this ); if you need other things that are in the session, is it feasible to keep them elsewhere and key them by whatever object you are implementing the listener with? Or can you make them all listen? that seems unwieldy, though. ___________________________________________ I have tried something similar with yours: a object stored in the session and with a HttpSessionBindingListener implementation. When the invalidate method is called in the logoff action, it is too late for the valueUnbound method to retrieve anything from the session since it is invalid already. 9/23/2002 2:56:58 PM, "Miller, Jason" <[EMAIL PROTECTED]> wrote: -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

