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


in reply to Execute code after session expire

rjit17@gmail.com--

That depends on the situation. So ... what's the situation? Care to give any clues about your environment and what you're trying to do?

...roboticus

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

Replies are listed 'Best First'.
Re^2: Execute code after session expire
by rjit17@gmail.com (Initiate) on Apr 24, 2014 at 05:56 UTC
    My situation is like : I made one web site where user can upload text file. I want to delete that text file from my server when session will expire for that particular user. I also want to set the time for 10 min for 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.

        Hi,Roboticus, Thanks a lot for you suggestion. Can you give me one example of how I can store the log files in database.
      so this "session expire" is some kind of jar of pickles?