Help for this page

Select Code to Download


  1. or download this
    # cache session here instead of flushing/reading from cookie all the t
    +ime
    my $SESSION = undef;
    
  2. or download this
    
    sub init {
        my ($self) = @_;
        $SESSION = undef; # <- new bit.