Is there a function to fire an event when a php session ends? When
this event is fired, I want to make some change to a database before
losing the session data.
I have a feeling it will involve session_write_c lose but not sure.
Thanks
this event is fired, I want to make some change to a database before
losing the session data.
I have a feeling it will involve session_write_c lose but not sure.
Thanks
Comment