# --
# cron/session - delete old session ids of the OTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: session,v 1.3 2002/08/25 00:41:20 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

