> > Secondly I need to know when a session is
> > ended. Is there an established Struts 2 practice for this or do I
> > still create an HTTPSessionListener object and register it in web.xml
> > as I would with a "basic" web-app.
>
> HTTPSessionListener?
>
> You can use
> --- code ---
>     <session-config>
>       <session-timeout>30</session-timeout>
>     </session-config>
> --- code ---
>
> the timeout is given in minutes. after this time the session is destroyed.

Ups, sorry. Did not understand it right ;)
If you need to know when a session is ended I would do it like in every other 
web application.

Piero.

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

Reply via email to