# --
# cron/session - delete old session ids of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: session,v 1.2 2002/08/03 11:59:16 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# delete every two hours old session ids
01 */2 * * * $HOME/bin/DeleteSessionIDs.pl --expired >> /dev/null

