# --
# cron/session - delete old session ids of the OpenTRS
# Copyright (C) 2002 Martin Edenhofer <martin+code@otrs.org>
# --
# $Id: session,v 1.1 2002/06/15 17:23:57 martin Exp $
# This software comes with ABSOLUTELY NO WARRANTY. 
# --
# delete every day old session ids
01 01 * * * $HOME/bin/DeleteSessionIDs.pl --expired >> /dev/null

