http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpSessionListener.html

Ernesto

On Tue, Mar 2, 2010 at 8:52 AM, Martin Asenov <mase...@velti.com> wrote:

> Hi, Ed!
>
> How do I know when the session expires? I can't see a method onInvalidate()
> for instance. Would you give me a hint on this?
>
> Thank you all for the help!
>
> Best regards,
> Martin
>
> -----Original Message-----
> From: Edward Zarecor [mailto:edw...@indeterminate.org]
> Sent: Tuesday, March 02, 2010 1:46 AM
> To: users@wicket.apache.org
> Subject: Re: RE: How can i know when a users redirects to other page
>
> Would on session expiry be a better place to handle this?  Implementation
> would be simple and you could avoid ever needing to regenerate a file if
> that is useful to you.  It also naturally handles the case where a user
> doesn't leave the page.
>
> Ed.
>
> On Mar 1, 2010 10:09 AM, "Martin Asenov" <mase...@velti.com> wrote:
>
> The use case is that I generate a file located in a temp folder that
> appears
> on page under a download link. I want to delete the file when the user goes
> in another page.
>
> Regards,
> Martin
>
>
> -----Original Message-----
> From: Riyad Kalla [mailto:rka...@gmail.com]
> Sent: Monday, March 01, 201...
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to