in reply to Re: Re: How should a timed session be implemented?
in thread How should a timed session be implemented?

Could you elaborate on your cron job... I am interested in this implementation. Thanks.
  • Comment on Re: Re: Re: How should a timed session be implemented?

Replies are listed 'Best First'.
Re: Re: Re: Re: How should a timed session be implemented?
by eternius (Beadle) on May 09, 2004 at 14:11 UTC
    well,
    the cronjob just runs over the session/login table and calculates whether
    a given time has been overstepped.
    if that is the case, the entry/session gets deleted/terminated.

    if you want to take a look at the website

    cheers