Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Problems getting session management to work: is_expired seems to lie to me

by ted.byers (Monk)
on May 06, 2013 at 23:42 UTC ( [id://1032415]=note: print w/replies, xml ) Need Help??

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;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1032415]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 19:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found