an absolute slew of changes.
This commit is contained in:
parent
9499e17cfd
commit
e33c7bebc3
22 changed files with 80 additions and 68 deletions
|
|
@ -77,7 +77,9 @@ Retrieves the cookies from the HTTP header and returns a hash reference containi
|
|||
sub getCookies {
|
||||
my $self = shift;
|
||||
if ($self->session->request) {
|
||||
return APR::Request::Apache2->handle($self->session->request)->jar();
|
||||
my $jarHashRef = APR::Request::Apache2->handle($self->session->request)->jar();
|
||||
return $jarHashRef if $jarHashRef;
|
||||
return {};
|
||||
}
|
||||
else {
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue