Help for this page

Select Code to Download


  1. or download this
    <%shared>
      ## Verfiy we have a cookie with a _session_id
    ...
      $dbh->commit();
      untie %APACHE_SESSION;
    </%cleanup>
    
  2. or download this
    if ( defined $U )
      {
        $m->call_next( S => \%APACHE_SESSION, U => $U);
      }
    
  3. or download this
    if ( defined $U )
      {
        my %APACHE_SESSION = %APACHE_SESSION;
        $m->call_next( S => \%APACHE_SESSION, U => $U);
      }