Klaus Wagner wrote: ...
4. the tricky part: have a) a watchdog that clears invalid sessions in idle time or b) clear sessions before looking for them (causes some performance issues)
If you really, really want to do this, for the watchdog you can enhance the existing maintain methods. There is already a mechanism that calls the maintain methods during a request only if the last call to it is longer ago than worker.maintain seconds (Default: 60 seconds). The method is called during request work, so it must be stable and fast
Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]