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