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