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 > >>

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

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

2001-03-14 Thread Matthias Barmeier
PROTECTED] Betreff: JSP, sessions: how to notify bean about the session end? 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

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 c

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

2001-03-14 Thread Sergey V. Udaltsov
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 -