http://qs321.pair.com?node_id=1083563


in reply to Re^2: Execute code after session expire
in thread Execute code after session expire

rjlt17@gmail.com:

OK, then when you create your text files, log them into a database along with their expiration date. Then have a cron job wake up every five minutes, and run a script to delete all files whose expiration date has passed.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^3: Execute code after session expire

Replies are listed 'Best First'.
Re^4: Execute code after session expire
by rjit17@gmail.com (Initiate) on Apr 28, 2014 at 08:59 UTC
    Hi,Roboticus, Thanks a lot for you suggestion. Can you give me one example of how I can store the log files in database.