Hi

I have a question regarding the possibility of getting a notification once a "session" scoped bean is discarded (ie the session times out). The documentation does not mention if the destroy method of DisposableBean has a different semantic when used with a "session" bean, so I dont know if that could work? I'm assuming it wont be called in that situation, so are there any other build-in or custom options for receiving such a notification?

Thanks in advance