migrated delete expired sessions hourly script to workflow activity

This commit is contained in:
JT Smith 2006-03-01 23:25:24 +00:00
parent ba3668643e
commit 85c8627e66
6 changed files with 127 additions and 33 deletions

View file

@ -147,7 +147,7 @@ sub isAdminOn {
#-------------------------------------------------------------------
=head2 new ( session )
=head2 new ( session, noFuss )
Constructor. Returns a var object.
@ -155,6 +155,10 @@ Constructor. Returns a var object.
A reference to the session.
=head3 noFuss
A boolean, that if true will not update the session, or check if it's expired. This is mainly for WebGUI session maintenance, and shouldn't normally be used by anyone.
=cut
sub new {