That is exactly what it means - when the server inactivates the session, that method is called.
For many purposes I like SessionBindingListener better - it is also called when the session is inactivated.
All this is detailed in the
servlet API which you can download from java.sun.com.
Bill
[ August 14, 2002: Message edited by: William Brogden ]