Re: [MP2][QUESTION]Session and inactivity

2008-02-08 Thread Jonathan Vanasco
On Feb 7, 2008, at 2:41 PM, Perrin Harkins wrote: Sure, it's a building block. You build the expiration part on top of it. Either you use a timestamp column in your database or you update a timestamp in the session data. Then you check that to see if too much time has passed. You can certai

Re: Run code just before the original apache process forks

2008-02-08 Thread Perrin Harkins
On Feb 7, 2008 8:00 PM, John Siracusa <[EMAIL PROTECTED]> wrote: > Is there some hook or other way to run some Perl code just before the very > first fork() of the original apache process? The "manual" way is to put the > code at the very end of the last Perl file evaluated during server start-up,