Posted by vic on 07/21/07 13:55
Hello,
I'm looking for a technique where I can delete temporary tables that are
created during a user's login session. If the user logs out, I can delete
the tables in the logout routine. However, users that do not logout have
some temporary tables and I'm having to manually delete these from the MySQL
database.
Can someone suggest a method like a "Session Expires" event where I might
handle this cleanup activity?
Thanks,
Vic
[Back to original message]
|