Re: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread William Brogden
"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

Re: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Tony Keith
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

RE: JSP, sessions: how to notify bean about the session end?

2001-03-14 Thread Michael Wentzel
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