i want to call certain functions/ php files on session_destroy
say to delete entries in database etc..
if a user logs in some info is stored to d/b on his login.. user remains inactive for some time..the session is timed out..now the info in the d/b may be misleading..so i want it deleted on session_destroy..HOW DO I DO IT?!!!
pls..help..!