I am desparately looking for a way to determine when a session times out in PHP. ASP offers an event in the global.asa called on session_end which fires when sessions end or time out. I need to do processing when users neglect to logout out and their sessions expire from timeouts. Does anyone know of a way to do this in PHP?
Thanks very much in advance,
Richard