5.7.184. Bugzilla::Extension::RedHat::bin::bz-expire-cookies

5.7.184.1. NAME

bz-expire-cookies.pl - remove expired cookies from db

5.7.184.2. SYNOPSIS

cd /path/to/bugzilla && perl bz-expire-cookies.pl

# cron example
MAILTO="bugzilla-owner@redhat.com"
# run 13 minutes past midnight every day
0 13 * * * cd <your-bugzilla-directory>; ./bz-expire-cookies.pl

5.7.184.3. DESCRIPTION

Asks bugzilla to remove all expired cookie tokens from the database.

5.7.184.4. ENVIRONMENT

Needs to be in the root directory of the Bugzilla installation in order to load the perl libs.

5.7.184.5. SEE ALSO

Bugzilla::Auth


This documentation undoubtedly has bugs; if you find some, please file them here.