Re: [Webware-discuss] end of session hook question

2009-02-06 Thread Erez Bibi
Thanks! That what I needed. Christoph Zwerschke wrote: > Erez Bibi schrieb: >> I need to call a method on an object I keep in session when the session >> is closed. I couldn't find any info of how to do it. Is there a >> call-back function I can register for the session end event? >> If not I gue

Re: [Webware-discuss] end of session hook question

2009-02-06 Thread Christoph Zwerschke
Erez Bibi schrieb: > I need to call a method on an object I keep in session when the session > is closed. I couldn't find any info of how to do it. Is there a > call-back function I can register for the session end event? > If not I guess I can extend the Session calls and over write the > "expirin

[Webware-discuss] end of session hook question

2009-02-05 Thread Erez Bibi
If anyone can help with this one it will be appreciate I need to call a method on an object I keep in session when the session is closed. I couldn't find any info of how to do it. Is there a call-back function I can register for the session end event? If not I guess I can extend the Session calls