Thread
:
PHP Q: App variables, caching
View Single Post
03-25-2004, 03:48 PM
Repetitive Monkey
Confirmed User
Join Date: Feb 2004
Posts: 3,505
If I understand your question correctly, you could store the data along with an expiration date (".time()+60." for example) in MySQL and then crontab a script to maintain it (delete data whose time has run out).
Repetitive Monkey
View Public Profile
Find More Posts by Repetitive Monkey