line |
true |
false |
branch |
29
|
0 |
0 |
if (my $id = $s->parse_session_id) { } |
31
|
0 |
0 |
if ($s->verify_session_id($id)) { } |
67
|
0 |
0 |
if (my($id) = $ENV{'HTTP_COOKIE'} =~ /\b$cookiename\=([a-f0-9]+)\b/) { } |
|
0 |
0 |
elsif (($id) = $s->context->r->headers_in->{'Cookie'} =~ /\b$cookiename\=([a-f0-9]+)\b/) { } |
161
|
0 |
0 |
if (time - &str2time($modified_on) >= $s->context->config->data_connections->session->session_timeout * 59) |
201
|
0 |
0 |
if $s->{'__signature'} eq md5_hex(join(':', map({"${_}:$s->{$_}";} grep({$_ ne '__signature';} sort(keys %$s))))) |
259
|
0 |
0 |
unless ($ENV{'HTTP_COOKIE'} =~ /\b$cookiename\=.*?\b/) |