Hello,
I want a clean up function to be called when a session expires (whether browser is closed or time limit expired). But not any sooner. Can you help to briefly explain how?
Thank You,
Steve
Hi,
one way is to rewrite the sessionhandler via session_set_save_handler. And replace the default GC routine by your own.
Furthermore you have to addjust the GC Calling.
bye, Niko