Help for this page

Select Code to Download


  1. or download this
    sub load {
        my $class = shift;
    ...
            _STATUS     => STATUS_UNSET,# status of the session object
            _QUERY      => undef        # query object
        }, $class;
    
  2. or download this
        # checking for expiration ticker
        if ( $self->{_DATA}->{_SESSION_ETIME} ) {
    ...
            }
        }
    
  3. or download this
    sub flush {
        my $self = shift;
    
    ...
        }
        return 1;
    }