Re: [Wicket-user] timeout event

2006-10-16 Thread Ayodeji Aladejebi
thank you eelco. that is more like it On 10/16/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Alternatively, you could provide your own IHttpSessionStore. If you > extend from HttpSessionStore or AbstractHttpSessionStore, you'll get a > callback on onUnbind. You can't depend on the httpsession a

Re: [Wicket-user] timeout event

2006-10-16 Thread Eelco Hillenius
Alternatively, you could provide your own IHttpSessionStore. If you extend from HttpSessionStore or AbstractHttpSessionStore, you'll get a callback on onUnbind. You can't depend on the httpsession at that time, as it is being cleaned up, maybe already half way, but if you keep references to the Wic

Re: [Wicket-user] timeout event

2006-10-16 Thread Ayodeji Aladejebi
well i am working on a tiny wicket ajax chat component and i need a way for the other forum members to know when a participant of the chat forum leaves either by logging off (easy) or by leaving his web page idle until his session times out , which is where i am not sure where to start but let me g

Re: [Wicket-user] timeout event

2006-10-15 Thread Johan Compagner
just before is not possible (as far as i know)it is always after..you can't touch the session then anymore  (by using a httpsession listener)so what do you want to do?johan On 10/15/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: please in a situation where my application needs to trigger an event

Re: [Wicket-user] timeout event

2006-10-15 Thread Eelco Hillenius
Probably the easiest way to do this is to provide a session listener. That object implements http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html and has to be registered in web.xml. Eelco On 10/15/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > please in

[Wicket-user] timeout event

2006-10-15 Thread Ayodeji Aladejebi
please in a situation where my application needs to trigger an event just before a session timeout, what can i do. thanks - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with