made this merely retrieve the cookies to be consistent with others.
This commit is contained in:
parent
97bcf1bc16
commit
ac3feec9f9
1 changed files with 2 additions and 3 deletions
|
|
@ -57,13 +57,12 @@ These subroutines are available from this package:
|
|||
|
||||
=head2 getCookies ( )
|
||||
|
||||
Retrieves the cookies from the HTTP header, persists them to the session, and returns a hash reference containing them.
|
||||
Retrieves the cookies from the HTTP header and returns a hash reference containing them.
|
||||
|
||||
=cut
|
||||
|
||||
sub getCookies {
|
||||
$WebGUI::Session::session{cookie} = APR::Request::Apache2->handle($session{req})->jar();
|
||||
return $WebGUI::Session::session{cookie};
|
||||
return APR::Request::Apache2->handle($session{req})->jar();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue