# --
# cron/session - delete old session ids of the OTRS
# Copyright (C) 2002-2003 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: session.dist,v 1.3 2003/01/07 21:46:16 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# delete every six hours old session ids
55 */6 * * * $HOME/bin/DeleteSessionIDs.pl --expired >> /dev/null

