Any examples or resources for this?

William Brogden wrote:

> 
> "Sergey V. Udaltsov" wrote:
> 
>> Hello all
>> 
>> My JSPs uses some session-scoped bean. This bean, among other duties, is
>> responsible for logging in and out of some app server. I would like the
>> bean to perform autologout on the session end. Is it possible? How?
>> AFAIK usual finalize can be called ages after the object is really free
>> - so I do not like this way. Any ideas?
>> 
>> Regards,
>> 
>> Sergey
>> 
> 
> Take a look at the HttpSessionBindingListener interface. If your
> Bean implements this class, you can get a notification when
> the session times out or is otherwise invalidate.

> 
-- 
Tony Keith


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to