migrated delete expired sessions hourly script to workflow activity
This commit is contained in:
parent
ba3668643e
commit
85c8627e66
6 changed files with 127 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue